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 d78b130 commit b0f3772Copy full SHA for b0f3772
massa-models/src/settings.rs
@@ -63,21 +63,17 @@ impl Display for CompactConfig {
63
self.operation_validity_periods
64
)?;
65
writeln!(f, " Periods per cycle: {}", self.periods_per_cycle)?;
66
-
67
writeln!(
68
f,
69
" Proof of stake lookback cycles: {}",
70
self.pos_lookback_cycles
71
72
73
74
75
" Proof of stake lock cycles: {}",
76
self.pos_lock_cycles
77
78
79
writeln!(f, " Block reward: {}", self.block_reward)?;
80
81
82
Ok(())
83
}
0 commit comments