Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Nov 10, 2023
1 parent f0f71fa commit a0de0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/types_transaction_receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0de0c4

Please sign in to comment.