test: basic signet tests

This commit is contained in:
Karl-Johan Alm
2019-08-06 00:01:54 +09:00
parent 4c189abdc4
commit e47ad375bf
3 changed files with 73 additions and 0 deletions

View File

@ -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
}