Skip to content
Snippets Groups Projects
Unverified Commit be25a9e9 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 a1620529
No related merge requests found
Pipeline #465892 failed with stages
in 5 minutes and 27 seconds
......@@ -652,7 +652,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_rewards(
pool_info: &PoolInfoFor<T>,
) -> Result<PoolInfoFor<T>, DispatchError> {
......
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