Skip to content

Commit e0f27ac

Browse files
committed
feat(staking): double the throughput for stake transactions
So as to make sure that we can have a timely activation of V2_0
1 parent 0427831 commit e0f27ac

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ impl ConsensusConstantsWit2 {
327327
/// Maximum weight units that a block can devote to `StakeTransaction`s.
328328
pub fn get_maximum_stake_block_weight(self, epoch: Epoch) -> u32 {
329329
if get_protocol_version(Some(epoch)) > ProtocolVersion::V1_7 {
330-
10_000
330+
20_000
331331
} else {
332332
0
333333
}

0 commit comments

Comments
 (0)