From a646eb80a811fe25a76a628e26e2855cc1844696 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 18 Apr 2018 16:53:50 -0400 Subject: [PATCH] [Content] Update devnet magic bytes - Closes #61 --- _includes/devdoc/ref_p2p_networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 2a8fc919..0b56aa95 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -39,7 +39,7 @@ The following constants and defaults are taken from Dash Core's | Mainnet | 9999 | 0xBD6B0CBF | 0xBF0C6BBD | 0x1e0ffff0 | Testnet | 19999 | 0xFFCAE2CE | 0xCEE2CAFF | 0x1e0ffff0 | 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.