Skip to content

Commit

Permalink
initial based on v0.9.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Maar-io committed Jul 5, 2023
1 parent ca5c1a0 commit 2134b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frame/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,12 @@ impl<T: Config> Pallet<T> {
return;
}

log::warn!(
target: "runtime",
"FIREHOSE: create_account {:?}",
address,
);

if !<AccountCodes<T>>::contains_key(address) {
let account_id = T::AddressMapping::into_account_id(address);
let _ = frame_system::Pallet::<T>::inc_sufficients(&account_id);
Expand Down

0 comments on commit 2134b78

Please sign in to comment.