CheckNonce
should refuse transactions signed by accounts with no providers
#1453
Labels
I10-unconfirmed
Issue might be valid, but it's not yet known.
As it stores nonces in
frame_system::Account
. This wouldn't make any difference on chains with transaction fees (if an account has a balance to pay a transaction fee, this balance would also count as a provider). Some chains don't have balances and transaction fees though, eg the Polkadot Bulletin Chain. As it stands this change wouldn't make any difference to the Bulletin Chain either, due to the customSignedExtension
. It seems like a sensible "belt and braces" change to make though?The text was updated successfully, but these errors were encountered: