Skip to content

Commit a47d174

Browse files
internal/ethapi: add comment
1 parent b503634 commit a47d174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ethapi/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ func RPCMarshalBlock(block *types.Block, inclTx bool, fullTx bool, config *param
12411241
}
12421242
fields["transactions"] = transactions
12431243
// inclTx also expands withdrawals
1244+
// TODO @MariusVanDerWijden: add a second flag similar to inclTx to enable withdrawals
12441245
fields["withdrawals"] = block.Withdrawals()
12451246
}
12461247
uncles := block.Uncles()

0 commit comments

Comments
 (0)