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

Commit

Permalink
Update frame/bags-list/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
  • Loading branch information
shawntabrizi and KiChjang authored May 3, 2022
1 parent 833290b commit a7e5623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/bags-list/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ pub mod pallet {
impl<T: Config<I>, I: 'static> Pallet<T, I> {
/// Move an account from one bag to another, depositing an event on success.
///
/// If the account changed bags, returns `Ok((from, to))`.
/// If the account changed bags, returns `Ok(Some((from, to)))`.
pub fn do_rebag(
account: &T::AccountId,
new_score: T::Score,
Expand Down

0 comments on commit a7e5623

Please sign in to comment.