[Content] Update devnet magic bytes

- Closes #61
This commit is contained in:
thephez 2018-04-18 16:53:50 -04:00
parent a9162b3881
commit a646eb80a8
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -39,7 +39,7 @@ The following constants and defaults are taken from Dash Core's
| Mainnet | 9999 | 0xBD6B0CBF | 0xBF0C6BBD | 0x1e0ffff0 | Mainnet | 9999 | 0xBD6B0CBF | 0xBF0C6BBD | 0x1e0ffff0
| Testnet | 19999 | 0xFFCAE2CE | 0xCEE2CAFF | 0x1e0ffff0 | Testnet | 19999 | 0xFFCAE2CE | 0xCEE2CAFF | 0x1e0ffff0
| Regtest | 19994 | 0xDCB7C1FC | 0xFCC1B7DC | 0x207fffff | Regtest | 19994 | 0xDCB7C1FC | 0xFCC1B7DC | 0x207fffff
| Devnet | User-defined | 0xFFCAE2CE | 0xCEE2CAFF | 0x207fffff | Devnet | User-defined | 0xCEFFCAE2 | 0xE2CAFFCE | 0x207fffff
Note: the testnet start string and nBits above are for testnet3. Note: the testnet start string and nBits above are for testnet3.