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

Commit d01e57b

Browse files
committed
Adjust event docstring
1 parent 26cefb6 commit d01e57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frame/balances/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ pub mod pallet {
319319
Issued { amount: T::Balance },
320320
/// Total issuance was decreased by `amount`, creating a debt to be balanced.
321321
Rescinded { amount: T::Balance },
322-
/// Some free balance was locked out from specific operations.
322+
/// Some balance was locked.
323323
Locked { who: T::AccountId, amount: T::Balance },
324-
/// Some balance that was locked out from specific operations was freed.
324+
/// Some balance was unlocked.
325325
Unlocked { who: T::AccountId, amount: T::Balance },
326326
}
327327

0 commit comments

Comments
 (0)