Skip to content

Commit

Permalink
Restore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo committed Aug 21, 2023
1 parent 3bc8b2c commit e6288b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ain-evm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,13 @@ impl EVMServices {

let is_evm_genesis_block = queue.target_block == U256::zero();
if is_evm_genesis_block {
// reserve DST20 namespace
self.reserve_dst20_namespace(&mut executor)?;

let migration_txs = get_dst20_migration_txs(mnview_ptr)?;
queue.transactions.extend(migration_txs.into_iter());

// Deploy counter contract on the first block
let DeployContractInfo {
address,
storage,
Expand Down

0 comments on commit e6288b6

Please sign in to comment.