Skip to content

Commit

Permalink
adjust BlockObject.number type as well
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Mar 16, 2024
1 parent 42effa4 commit 2d4ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/eth_api_types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type

## A block object, or null when no block was found
BlockObject* = ref object
number*: Quantity # the block number. null when its pending block.
number*: BlockNumber # the block number. null when its pending block.
hash*: Hash256 # hash of the block. null when its pending block.
parentHash*: Hash256 # hash of the parent block.
sha3Uncles*: Hash256 # SHA3 of the uncles data in the block.
Expand Down

0 comments on commit 2d4ff6a

Please sign in to comment.