Skip to content

Commit

Permalink
rename last occurence of to_pay_by_user
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed May 15, 2024
1 parent ca31efc commit d002e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/multivm/src/versions/vm_latest/oracles/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl<S: WriteStorage, H: HistoryMode> VmStorageOracle for StorageOracle<S, H> {
self.paid_changes.apply_historic_record(
HashMapHistoryEvent {
key: storage_key,
value: Some(to_pay_by_user),
value: Some(current_price),
},
query.timestamp,
);
Expand Down

0 comments on commit d002e3f

Please sign in to comment.