We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfc09f commit d424bd5Copy full SHA for d424bd5
test/functional/test_framework/messages.py
@@ -78,11 +78,10 @@
78
DEFAULT_MEMPOOL_EXPIRY_HOURS = 336 # hours
79
80
MAGIC_BYTES = {
81
- "mainnet": b"\xf9\xbe\xb4\xd9", # mainnet
82
- "testnet3": b"\x0b\x11\x09\x07", # testnet3
83
- "testnet4": b"\x1c\x16\x3f\x28", # testnet4
84
- "regtest": b"\xfa\xbf\xb5\xda", # regtest
85
- "signet": b"\x0a\x03\xcf\x40", # signet
+ "mainnet": b"\xf9\xbe\xb4\xd9",
+ "testnet4": b"\x1c\x16\x3f\x28",
+ "regtest": b"\xfa\xbf\xb5\xda",
+ "signet": b"\x0a\x03\xcf\x40",
86
}
87
88
def sha256(s):
0 commit comments