From e71d8a8462b8fede972aae7065dd83357c570157 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 18 Sep 2023 17:57:32 +0100 Subject: [PATCH] comment --- substrate/frame/staking/src/pallet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/staking/src/pallet/mod.rs b/substrate/frame/staking/src/pallet/mod.rs index c8f14edb38e9..0bcf932d90b4 100644 --- a/substrate/frame/staking/src/pallet/mod.rs +++ b/substrate/frame/staking/src/pallet/mod.rs @@ -664,7 +664,7 @@ pub mod pallet { /// The era payout has been set; the first balance is the validator-payout; the second is /// the remainder from the maximum amount of reward. EraPaid { era_index: EraIndex, validator_payout: BalanceOf, remainder: BalanceOf }, - /// The nominator has been rewarded by this amount. + /// The nominator has been rewarded by this amount to this destination. Rewarded { stash: T::AccountId, dest: RewardDestination,