Skip to content

Commit

Permalink
fix evm mock
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Jun 24, 2024
1 parent 94623c5 commit a0fc44e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions blockchain/modules/ecdp-ussd-engine/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ impl module_evm::Config for Runtime {

type Runner = module_evm::runner::stack::Runner<Self>;
type FindAuthor = ();
type Task = ();
type IdleScheduler = ();
type WeightInfo = ();
}

Expand Down
2 changes: 0 additions & 2 deletions blockchain/modules/ecdp/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ impl module_evm::Config for Runtime {

type Runner = module_evm::runner::stack::Runner<Self>;
type FindAuthor = ();
type Task = ();
type IdleScheduler = ();
type WeightInfo = ();
}

Expand Down

0 comments on commit a0fc44e

Please sign in to comment.