Skip to content

Commit

Permalink
Update rpc/types_transaction.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Klopfenstein <[email protected]>
  • Loading branch information
rianhughes and joshklop authored Nov 22, 2023
1 parent 2765f79 commit 3c817de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (rb ResourceBounds) Bytes(resource Resource) []byte {
[]byte{0},
[]byte(resource),
maxAmountBytes,
maxPriceBytes[16:], // Last 16 bytes of the uint128.
maxPriceBytes[16:], // uint128.
)
}

Expand Down

0 comments on commit 3c817de

Please sign in to comment.