Skip to content

Commit

Permalink
Update genesis transaction context
Browse files Browse the repository at this point in the history
  • Loading branch information
dariorussi committed Oct 28, 2024
1 parent 8e5d9eb commit 4b575ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui-execution/latest/sui-adapter/src/execution_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ mod checked {
&mut gas_charger,
pt,
)?;
tx_context.add_ids_created(temporary_store.objects_created_count() as u64);
temporary_store.update_object_version_and_prev_tx();
Ok(temporary_store.into_inner())
}
Expand Down

0 comments on commit 4b575ae

Please sign in to comment.