git.delta.rocks / unique-network / refs/commits / b434daccc682

difftreelog

fmt

Trubnikov Sergey2022-08-24parent: #98febe7.patch.diff
in: master

2 files changed

modifiedpallets/evm-contract-helpers/src/eth.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth
66 StorageMap<Hasher = Twox128, Key = H160, Value = bool, QueryKind = ValueQuery>;66 StorageMap<Hasher = Twox128, Key = H160, Value = bool, QueryKind = ValueQuery>;
6767
68 /// Store for contract sponsorship state.68 /// Store for contract sponsorship state.
69 /// 69 ///
70 /// * **Key** - contract address.70 /// * **Key** - contract address.
71 /// * **Value** - sponsorship state.71 /// * **Value** - sponsorship state.
72 #[pallet::storage]72 #[pallet::storage]