Skip to content

Commit d424bd5

Browse files
committed
test: drop unused testnet3 magic bytes
1 parent 8cfc09f commit d424bd5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/functional/test_framework/messages.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@
7878
DEFAULT_MEMPOOL_EXPIRY_HOURS = 336 # hours
7979

8080
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
81+
"mainnet": b"\xf9\xbe\xb4\xd9",
82+
"testnet4": b"\x1c\x16\x3f\x28",
83+
"regtest": b"\xfa\xbf\xb5\xda",
84+
"signet": b"\x0a\x03\xcf\x40",
8685
}
8786

8887
def sha256(s):

0 commit comments

Comments
 (0)