Skip to content

Commit efc0789

Browse files
committed
blockhash update
1 parent b99cbe8 commit efc0789

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, 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}}}},
144+
.genesis_blockhash = {{{.u.u8 = { 0x43, 0xf0, 0x8b, 0xda, 0xb0, 0x50, 0xe3,
145+
0x5b, 0x56, 0x7c, 0x86, 0x4b, 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)