Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Adjust event docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Mar 24, 2023
1 parent 26cefb6 commit d01e57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/balances/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ pub mod pallet {
Issued { amount: T::Balance },
/// Total issuance was decreased by `amount`, creating a debt to be balanced.
Rescinded { amount: T::Balance },
/// Some free balance was locked out from specific operations.
/// Some balance was locked.
Locked { who: T::AccountId, amount: T::Balance },
/// Some balance that was locked out from specific operations was freed.
/// Some balance was unlocked.
Unlocked { who: T::AccountId, amount: T::Balance },
}

Expand Down

0 comments on commit d01e57b

Please sign in to comment.