We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f74f9 commit 750f76eCopy full SHA for 750f76e
pallet/staking/src/tests.rs
@@ -539,9 +539,6 @@ fn payout_should_work() {
539
vec![
540
// Pay to staking failed.
541
Event::Unpaid { who: account_id(), amount: 5000000000000000000000 },
542
- // Pay to distribution contract failed.
543
- // The contract address is the same as staking pallet account in unit test.
544
- Event::Unpaid { who: account_id(), amount: 5000000000000000000000 },
545
// Pay to collator failed.
546
Event::Unpaid { who: account_id_of(6), amount: 3749999998500000000000 },
547
// Pay to nominator failed.
0 commit comments