mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 14:07:14 +00:00
RegTestParams: Fix Bech32 human-readable part.
This commit is contained in:
@@ -36,7 +36,7 @@ public class RegTestParams extends AbstractBitcoinNetParams {
|
||||
p2shHeader = 196;
|
||||
targetTimespan = TARGET_TIMESPAN;
|
||||
dumpedPrivateKeyHeader = 239;
|
||||
segwitAddressHrp = "tb";
|
||||
segwitAddressHrp = "bcrt";
|
||||
genesisBlock.setTime(1296688602L);
|
||||
genesisBlock.setDifficultyTarget(0x1d07fff8L);
|
||||
genesisBlock.setNonce(384568319);
|
||||
|
||||
Reference in New Issue
Block a user