We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b711b commit dca93ceCopy full SHA for dca93ce
data_structures/src/chain/mod.rs
@@ -327,7 +327,7 @@ impl ConsensusConstantsWit2 {
327
/// Maximum weight units that a block can devote to `StakeTransaction`s.
328
pub fn get_maximum_stake_block_weight(self, epoch: Epoch) -> u32 {
329
if get_protocol_version(Some(epoch)) > ProtocolVersion::V1_7 {
330
- 10_000_000
+ 10_000
331
} else {
332
0
333
}
0 commit comments