From 3c817def132a3f2e1c8a71810a1e73c647da24c7 Mon Sep 17 00:00:00 2001 From: Rian Hughes Date: Wed, 22 Nov 2023 17:27:32 +0200 Subject: [PATCH] Update rpc/types_transaction.go Co-authored-by: Josh Klopfenstein --- rpc/types_transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/types_transaction.go b/rpc/types_transaction.go index d3698e10..1fba31f1 100644 --- a/rpc/types_transaction.go +++ b/rpc/types_transaction.go @@ -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. ) }