From a0de0c4d69d55babe3f79496ef99d125d61c1714 Mon Sep 17 00:00:00 2001 From: rianhughes Date: Fri, 10 Nov 2023 12:58:15 +0200 Subject: [PATCH] small fix --- rpc/types_transaction_receipt.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/types_transaction_receipt.go b/rpc/types_transaction_receipt.go index 74722448..a07512de 100644 --- a/rpc/types_transaction_receipt.go +++ b/rpc/types_transaction_receipt.go @@ -16,8 +16,8 @@ type FeePayment struct { type FeePaymentUnit string const ( - _ FeePaymentUnit = "WEI" - _ FeePaymentUnit = "STRK" + UnitWei FeePaymentUnit = "WEI" + UnitStrk FeePaymentUnit = "STRK" ) // CommonTransactionReceipt Common properties for a transaction receipt