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 7e918c8 commit 45cb29dCopy full SHA for 45cb29d
src/lib.rs
@@ -131,7 +131,7 @@ pub trait Trait: frame_system::Trait + pallet_timestamp::Trait {
131
}
132
133
decl_storage! {
134
- trait Store for Module<T: Trait> as Example {
+ trait Store for Module<T: Trait> as EVM {
135
Accounts get(fn accounts) config(): map hasher(blake2_256) H160 => Account;
136
AccountCodes: map hasher(blake2_256) H160 => Vec<u8>;
137
AccountStorages: double_map hasher(blake2_256) H160, hasher(blake2_256) H256 => H256;
0 commit comments