Skip to content

Commit 19fcf16

Browse files
committed
updated blockhash in testnet4 oops :D
1 parent 3698feb commit 19fcf16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bitcoin/chainparams.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ const struct chainparams networks[] = {
141141
.onchain_hrp = "tb",
142142
.lightning_hrp = "tb",
143143
.bip70_name = "testnet4",
144-
.genesis_blockhash = {{{.u.u8 = {0x43, 0x49, 0x7f, 0xd7, 0xf8, 0x26, 0x95,
145-
0x71, 0x08, 0xf4, 0xa3, 0x0f, 0xd9, 0xce,
146-
0xc3, 0xae, 0xba, 0x79, 0x97, 0x20, 0x84,
147-
0xe9, 0x0e, 0xad, 0x01, 0xea, 0x33, 0x09,
148-
0x00, 0x00, 0x00, 0x00}}}},
144+
.genesis_blockhash = {{{.u.u8 = { 0x43, 0xf0, 0x8b, 0xda, 0x0b, 0x35, 0xe5,
145+
0x5b, 0x56, 0x7c, 0x86, 0x14, 0x91, 0xf4,
146+
0x7f, 0x50, 0xae, 0x72, 0x5a, 0xe2, 0xde,
147+
0x53, 0xbc, 0xfb, 0xba, 0xf2, 0x84, 0xda,
148+
0x00, 0x00, 0x00, 0x00}}}},
149149
.rpc_port = 18332,
150150
.ln_port = 19735,
151151
.cli = "bitcoin-cli",

0 commit comments

Comments
 (0)