From e47ad375bf17557f805bd206e789b8db78c6338a Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Tue, 6 Aug 2019 00:01:54 +0900 Subject: test: basic signet tests --- test/functional/test_framework/p2p.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_framework') diff --git a/test/functional/test_framework/p2p.py b/test/functional/test_framework/p2p.py index 57c77e60b5..cf97e1e2e7 100755 --- a/test/functional/test_framework/p2p.py +++ b/test/functional/test_framework/p2p.py @@ -109,6 +109,7 @@ MAGIC_BYTES = { "mainnet": b"\xf9\xbe\xb4\xd9", # mainnet "testnet3": b"\x0b\x11\x09\x07", # testnet3 "regtest": b"\xfa\xbf\xb5\xda", # regtest + "signet": b"\x0a\x03\xcf\x40", # signet } -- cgit v1.2.3