We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4298ee7 commit 62151bdCopy full SHA for 62151bd
1 file changed
src/Networks/Blockcore.Networks.Xds/XdsMain.cs
@@ -119,7 +119,7 @@ public XdsMain()
119
powLimit: new Target(new uint256("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff")),
120
minimumChainWork: null,
121
isProofOfStake: true,
122
- lastPowBlock: 1_000_000_000,
+ lastPowBlock: 165_500,
123
proofOfStakeLimit: new BigInteger(uint256.Parse("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").ToBytes(false)),
124
proofOfStakeLimitV2: new BigInteger(uint256.Parse("000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffff").ToBytes(false)),
125
proofOfStakeReward: Money.Coins(50),
0 commit comments