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 3d65d4a commit 3f59333Copy full SHA for 3f59333
crates/iota-types/src/iota_system_state/iota_system_state_summary.rs
@@ -79,11 +79,11 @@ pub struct IotaSystemStateSummaryV1 {
79
#[schemars(with = "BigInt<u64>")]
80
#[serde_as(as = "Readable<BigInt<u64>, _>")]
81
pub safe_mode_storage_charges: u64,
82
- /// Amount of computation charges accumulated (and not yet distributed)
+ /// Amount of computation rewards accumulated (and not yet distributed)
83
/// during safe mode.
84
85
86
- pub safe_mode_computation_charges: u64,
+ pub safe_mode_computation_rewards: u64,
87
/// Amount of storage rebates accumulated (and not yet burned) during safe
88
/// mode.
89
0 commit comments