Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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
Update frame/nomination-pools/src/lib.rs
Co-authored-by: Zeke Mostov <[email protected]>
  • Loading branch information
kianenigma and emostov authored Mar 23, 2022
commit d0a65bf92401405433799118f9ce592ed6a3f68b
2 changes: 1 addition & 1 deletion frame/nomination-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ pub mod pallet {
Ok(())
}

/// bond up to `extra` more funds from `origin` into the pool to which they already
/// Bond up to `extra` more funds from `origin` into the pool to which they already
/// belong.
///
/// Additional funds can come from either the free balance of the account, of from the
Expand Down