Skip to content

Commit

Permalink
Add bytecode offset comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Jan 30, 2025
1 parent bf1b4fb commit bcc5018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/bytecode/tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const HEX_STR_3: &str = "0xfebf0fdda20de46a0f2261a69556b0f9fdeea85759af1edb32283
// "offset": 20688
// }
// ]
// And you would use 20800, 20760, and 20688
// You would use 20800, 20760, and 20688 for 1, 2, 3 respectively
const SIMPLE_PREDICATE_OFFSET: u64 = 384;
const SIMPLE_CONTRACT_OFFSET: u64 = 1280;
const COMPLEX_CONTRACT_OFFSET_1: u64 = 20800;
Expand Down

0 comments on commit bcc5018

Please sign in to comment.