Skip to content

Commit

Permalink
evm: adds unit to field in TBRv3 message
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Dec 19, 2024
1 parent 0447161 commit 7690e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/assets/TbrUser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ abstract contract TbrUser is TbrBase {
// From low byte offset to high byte offset:
// 1 byte version
// 32 byte recipient
// 4 byte gas dropoff
// 4 byte gas dropoff, in µToken units.
// 1 byte unwrap intent
return abi.encodePacked(
TBR_V3_MESSAGE_VERSION,
Expand Down

0 comments on commit 7690e9a

Please sign in to comment.