Skip to content

Commit

Permalink
Merge pull request #222 from crisdut/fix/bench_prefix
Browse files Browse the repository at this point in the history
Fix regtest Bech32 prefix
  • Loading branch information
dr-orlovsky authored Jul 30, 2022
2 parents 5992aab + b505ce7 commit f4c9d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static CHAIN_PARAMS_REGTEST: Lazy<ChainParams> = Lazy::new(|| ChainParams {
genesis_hash: BlockHash::from_slice(GENESIS_HASH_REGTEST)
.expect("Bitcoin regtest genesis hash contains invalid binary data"),
bip70_name: "regtest".to_string(),
bip173_prefix: "tb".to_string(),
bip173_prefix: "bcrt".to_string(),
p2p_port: 28333,
rpc_port: 28332,
ln_height: 1,
Expand Down

0 comments on commit f4c9d82

Please sign in to comment.