Merge remote-tracking branch 'origin/master' into staking

This commit is contained in:
Demi M. Obenour
2020-08-24 13:36:10 -04:00
3 changed files with 30 additions and 17 deletions
+3 -1
View File
@@ -307,9 +307,11 @@ pub struct NominateCall<T: Staking> {
pub targets: Vec<T::Address>,
}
/// Claim a payout.
/// Claim a payout for a validators stakers
#[derive(PartialEq, Eq, Clone, Call, Encode, Decode, Debug)]
pub struct PayoutStakersCall<'a, T: Staking> {
/// Stash account of the validator
pub validator_stash: &'a T::AccountId,
/// Era index
pub era: EraIndex,
}