Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Oct 9, 2024
1 parent 44e135b commit 82bbfed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rusk/src/lib/node/rusk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,14 @@ fn accept(
for unspent_tx in txs {
let tx = &unspent_tx.inner;
let tx_id = unspent_tx.id();
info!(src = "vm_accept", event = "before execute");
let receipt = execute(
&mut session,
tx,
gas_per_deploy_byte,
min_deployment_gas_price,
)?;
info!(src = "vm_accept", event = "after execute");

event_bloom.add_events(&receipt.events);

Expand Down

0 comments on commit 82bbfed

Please sign in to comment.