Skip to content

Commit

Permalink
fix PriceInWei property type
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Oct 25, 2023
1 parent 50a0dcc commit 23a8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ type ResourcePrice struct {
// The price of one unit of the given resource, denominated in strk
PriceInStrk NumAsHex `json:"price_in_strk,omitempty"`
// The price of one unit of the given resource, denominated in wei
PriceInWei string `json:"price_in_wei"`
PriceInWei NumAsHex `json:"price_in_wei"`
}

0 comments on commit 23a8933

Please sign in to comment.