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

Add Freeze/Thaw events and tests #13779

Merged
merged 6 commits into from
Apr 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct spelling error
  • Loading branch information
sea212 committed Mar 31, 2023
commit 0df63bff9b24e549dbce96a09a27baf1016c1dc2
2 changes: 1 addition & 1 deletion frame/balances/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ pub mod pallet {
Unlocked { who: T::AccountId, amount: T::Balance },
/// Some balance was frozen
Frozen { who: T::AccountId, amount: T::Balance },
/// Some balance was thawn.
/// Some balance was thawed.
Thawed { who: T::AccountId, amount: T::Balance },
}

Expand Down