Skip to content

Commit

Permalink
Fix invalid blobgasfee burn (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Oct 3, 2024
1 parent 69e82c0 commit 8f1f05a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ store_origin:
// stack: address, blob_gas_fee, address, retdest
%deduct_eth
// stack: deduct_eth_status, address, retdest
%jumpi(transfer_eth_failure)
%jumpi(panic)

// stack: address, retdest
%mstore_txn_field(@TXN_FIELD_ORIGIN)
Expand Down

0 comments on commit 8f1f05a

Please sign in to comment.