mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
test: drop unused testnet3 magic bytes
This commit is contained in:
parent
8cfc09fafe
commit
d424bd5941
1 changed files with 4 additions and 5 deletions
|
@ -78,11 +78,10 @@ MAX_OP_RETURN_RELAY = 83
|
||||||
DEFAULT_MEMPOOL_EXPIRY_HOURS = 336 # hours
|
DEFAULT_MEMPOOL_EXPIRY_HOURS = 336 # hours
|
||||||
|
|
||||||
MAGIC_BYTES = {
|
MAGIC_BYTES = {
|
||||||
"mainnet": b"\xf9\xbe\xb4\xd9", # mainnet
|
"mainnet": b"\xf9\xbe\xb4\xd9",
|
||||||
"testnet3": b"\x0b\x11\x09\x07", # testnet3
|
"testnet4": b"\x1c\x16\x3f\x28",
|
||||||
"testnet4": b"\x1c\x16\x3f\x28", # testnet4
|
"regtest": b"\xfa\xbf\xb5\xda",
|
||||||
"regtest": b"\xfa\xbf\xb5\xda", # regtest
|
"signet": b"\x0a\x03\xcf\x40",
|
||||||
"signet": b"\x0a\x03\xcf\x40", # signet
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def sha256(s):
|
def sha256(s):
|
||||||
|
|
Loading…
Add table
Reference in a new issue