Skip to content
Snippets Groups Projects
Unverified Commit 9851b319 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 67b23fad
No related merge requests found
Pipeline #465871 failed with stages
in 23 minutes and 50 seconds
......@@ -128,7 +128,7 @@ pub struct PoolStakerInfo<Balance> {
reward_per_token_paid: Balance,
}
/// The state and configuration an incentive pool.
/// The state and configuration of an incentive pool.
#[derive(Debug, Clone, Decode, Encode, Default, PartialEq, Eq, MaxEncodedLen, TypeInfo)]
pub struct PoolInfo<AccountId, AssetId, Balance, BlockNumber> {
/// The asset staked in this pool.
......
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