Skip to content

Commit 62151bd

Browse files
authored
Set last POW Block to 165_500 (#249)
1 parent 4298ee7 commit 62151bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Networks/Blockcore.Networks.Xds/XdsMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public XdsMain()
119119
powLimit: new Target(new uint256("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")),
120120
minimumChainWork: null,
121121
isProofOfStake: true,
122-
lastPowBlock: 1_000_000_000,
122+
lastPowBlock: 165_500,
123123
proofOfStakeLimit: new BigInteger(uint256.Parse("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").ToBytes(false)),
124124
proofOfStakeLimitV2: new BigInteger(uint256.Parse("000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffff").ToBytes(false)),
125125
proofOfStakeReward: Money.Coins(50),

0 commit comments

Comments
 (0)