Make PayoutStakersCall public

This commit is contained in:
Demi M. Obenour
2020-08-17 13:49:35 -04:00
parent c330e687b1
commit 59decaf575
+1 -1
View File
@@ -309,7 +309,7 @@ pub struct NominateCall<T: Staking> {
/// Claim a payout.
#[derive(PartialEq, Eq, Clone, Call, Encode, Decode, Debug)]
struct PayoutStakersCall<'a, T: Staking> {
pub struct PayoutStakersCall<'a, T: Staking> {
pub validator_stash: &'a T::AccountId,
pub era: EraIndex,
}