Skip to content
Snippets Groups Projects
Unverified Commit a1620529 authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

Update substrate/frame/asset-rewards/src/lib.rs


Co-authored-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 7e05c061
No related merge requests found
......@@ -632,7 +632,7 @@ pub mod pallet {
/// Returns the updated pool and staker info.
///
/// NOTE: this function has no side-effects. Side-effects such as storage modifications are
/// the resopnsibility of the caller.
/// the responsibility of the caller.
pub fn update_pool_and_staker_rewards(
pool_info: &PoolInfoFor<T>,
staker_info: &PoolStakerInfo<T::Balance>,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment