Skip to content

Commit

Permalink
doc: add comment showing why we need the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Oct 28, 2024
1 parent dfc7e71 commit ab6035e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc-replay/src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ fn l1_handler_to_blockifier(
// Having the fee as 0 for L1 handler will fail on the blockifier execution
// Learn more:
// https://github.com/starkware-libs/sequencer/blob/b5a877719dc2ce5b1ca833f14d9473c1f1c27059/crates/blockifier/src/transaction/transaction_execution.rs#L166
// https://github.com/eqlabs/pathfinder/blob/eb81bf149fe516c3542a90a5c1715c5a3a141d0b/crates/rpc/src/executor.rs#L548
// The comment(which is not very helpful) on the line above is:
// // For now, assert only that any amount of fee was paid.
// More investigations are recommended
Expand Down

0 comments on commit ab6035e

Please sign in to comment.