Skip to content

Commit

Permalink
EVM: Discard dst20_contract error (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo authored Aug 18, 2023
1 parent c441d36 commit 04ac649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-evm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ impl EVMServices {
None => {}
Some(account) => {
if account.code_hash != ain_contracts::get_system_reserved_codehash()? {
return Err(format_err!("Token address is already in use").into());
debug!("Token address is already in use for {name} {symbol}");
}
}
}
Expand Down

0 comments on commit 04ac649

Please sign in to comment.