Skip to content

Commit

Permalink
fix: add CFI to the lookup txnData into rlpTxn (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: François Bojarski <54240434+letypequividelespoubelles@users.noreply.github.com>
Co-authored-by: Olivier Bégassat <38285177+OlivierBBB@users.noreply.github.com>
  • Loading branch information
letypequividelespoubelles and OlivierBBB authored Oct 14, 2024
1 parent 9c78cc9 commit fdfb5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions txndata/lookups/txndata_into_rlptxn.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(
rlptxn.ABS_TX_NUM_INFINY
rlptxn.ABS_TX_NUM
rlptxn.CODE_FRAGMENT_INDEX
rlptxn.PHASE
rlptxn.DATA_HI
rlptxn.DATA_LO
Expand All @@ -12,6 +13,7 @@
(
txndata.ABS_TX_NUM_MAX
txndata.ABS_TX_NUM
txndata.CODE_FRAGMENT_INDEX
txndata.PHASE_RLP_TXN
txndata.OUTGOING_HI
txndata.OUTGOING_LO
Expand Down

0 comments on commit fdfb5c2

Please sign in to comment.