mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
Fix failed receipt. (#1284)
This commit is contained in:
parent
b4203c3d47
commit
2aeecc3dd8
@ -228,6 +228,7 @@ failed_receipt:
|
||||
// It is the receipt of a failed transaction, so set num_logs to 0. This will also lead to Bloom filter = 0.
|
||||
PUSH 0
|
||||
%mstore_global_metadata(@GLOBAL_METADATA_LOGS_LEN)
|
||||
PUSH 0 %mstore_global_metadata(@GLOBAL_METADATA_LOGS_PAYLOAD_LEN)
|
||||
// stack: status, new_cum_gas, num_nibbles, txn_nb
|
||||
%jump(process_receipt_after_status)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user