Skip to content

Commit

Permalink
Update cycles-ledger/src/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Locher <[email protected]>
  • Loading branch information
MarioDfinity and THLO authored Mar 21, 2024
1 parent bc41828 commit 8a65f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycles-ledger/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub enum Operation {
to: Account,
amount: u128,
// Custom non-standard fee to record the amount
// of cycles "burn" when cycles are deposited, i.e.
// of cycles "burned" when cycles are deposited, i.e.,
// the diffence between the cycles deposited and
// the cycles minted. Note that this field has
// no effect on the balance of the `to` account.
Expand Down

0 comments on commit 8a65f3e

Please sign in to comment.