Skip to content

Commit

Permalink
Add missing runtime call
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Sep 1, 2023
1 parent 9023d06 commit c499c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ impl DispatchValidateT<AccountId, RuntimeCall> for DarwiniaDispatchValidator {
if matches!(
call,
RuntimeCall::Assets(..)
| RuntimeCall::Vesting(..)
| RuntimeCall::Ethereum(..)
| RuntimeCall::EVM(..)
| RuntimeCall::MessageTransact(..)
Expand Down
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ impl DispatchValidateT<AccountId, RuntimeCall> for DarwiniaDispatchValidator {
if matches!(
call,
RuntimeCall::Assets(..)
| RuntimeCall::Vesting(..)
| RuntimeCall::Ethereum(..)
| RuntimeCall::EVM(..)
| RuntimeCall::MessageTransact(..)
Expand Down

0 comments on commit c499c97

Please sign in to comment.