Skip to content

Commit 973eabf

Browse files
committed
chore: avoid bootstrapping public testnet for wit/2.0
1 parent 1eac282 commit 973eabf

File tree

1 file changed

+1
-1
lines changed
  • data_structures/src/chain

1 file changed

+1
-1
lines changed

data_structures/src/chain/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl ConsensusConstantsWit2 {
324324
/// Maximum weight units that a block can devote to `StakeTransaction`s.
325325
pub fn get_maximum_stake_block_weight(self, epoch: Epoch) -> u32 {
326326
if get_protocol_version(Some(epoch)) > ProtocolVersion::V1_7 {
327-
20_000
327+
10_000_000
328328
} else {
329329
0
330330
}

0 commit comments

Comments
 (0)