mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
bitcoin/chainparams: signet uses the same P2PKH and P2SH version bytes as testnet.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -91,8 +91,8 @@ const struct chainparams networks[] = {
|
|||||||
.max_funding = AMOUNT_SAT_INIT((1 << 24) - 1),
|
.max_funding = AMOUNT_SAT_INIT((1 << 24) - 1),
|
||||||
.max_payment = AMOUNT_MSAT_INIT(0xFFFFFFFFULL),
|
.max_payment = AMOUNT_MSAT_INIT(0xFFFFFFFFULL),
|
||||||
.when_lightning_became_cool = 1,
|
.when_lightning_became_cool = 1,
|
||||||
.p2pkh_version = 125,
|
.p2pkh_version = 111,
|
||||||
.p2sh_version = 87,
|
.p2sh_version = 196,
|
||||||
.testnet = true,
|
.testnet = true,
|
||||||
.bip32_key_version = {.bip32_pubkey_version = BIP32_VER_SIGT_PUBLIC, .bip32_privkey_version = BIP32_VER_SIGT_PRIVATE},
|
.bip32_key_version = {.bip32_pubkey_version = BIP32_VER_SIGT_PUBLIC, .bip32_privkey_version = BIP32_VER_SIGT_PRIVATE},
|
||||||
.is_elements = false,
|
.is_elements = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user