Skip to content

Commit

Permalink
comment about block type
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jan 25, 2024
1 parent c4fb011 commit 5420b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/block/useBlockQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function useBlockQuery({ heightOrHash }: Params): BlockQuery {
gas_target_percentage: null,
gas_used_percentage: null,
burnt_fees_percentage: null,
type: 'block', // TODO @tom2drum get block type
type: 'block', // we can't get this type from RPC, so it will always be a regular block
tx_fees: null,
uncles_hashes: block.uncles,
withdrawals_count: block.withdrawals?.length,
Expand Down

0 comments on commit 5420b9f

Please sign in to comment.