Skip to content

Commit 3f59333

Browse files
committed
revert to computation_rewards in summary v1
1 parent 3d65d4a commit 3f59333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/iota-types/src/iota_system_state/iota_system_state_summary.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ pub struct IotaSystemStateSummaryV1 {
7979
#[schemars(with = "BigInt<u64>")]
8080
#[serde_as(as = "Readable<BigInt<u64>, _>")]
8181
pub safe_mode_storage_charges: u64,
82-
/// Amount of computation charges accumulated (and not yet distributed)
82+
/// Amount of computation rewards accumulated (and not yet distributed)
8383
/// during safe mode.
8484
#[schemars(with = "BigInt<u64>")]
8585
#[serde_as(as = "Readable<BigInt<u64>, _>")]
86-
pub safe_mode_computation_charges: u64,
86+
pub safe_mode_computation_rewards: u64,
8787
/// Amount of storage rebates accumulated (and not yet burned) during safe
8888
/// mode.
8989
#[schemars(with = "BigInt<u64>")]

0 commit comments

Comments
 (0)