Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pallet::call to hotfix sufficients for non-zero nonce accounts #619

Merged
merged 12 commits into from
Jun 2, 2022
Prev Previous commit
Next Next commit
make hotfix to fix sufficients payable
  • Loading branch information
nbaztec committed May 4, 2022
commit 57cdd4b5cd3f0952842011144a0d313e24251467
2 changes: 1 addition & 1 deletion frame/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ pub mod pallet {

Ok(PostDispatchInfo {
actual_weight: None,
pays_fee: Pays::No,
pays_fee: Pays::Yes,
})
}
}
Expand Down