We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345a76c commit 3299011Copy full SHA for 3299011
beacon_chain/spec/helpers.nim
@@ -463,6 +463,8 @@ func toExecutionWithdrawal(
463
amount: distinctBase(withdrawal.amount))
464
465
proc rlpEncode(withdrawal: capella.Withdrawal): seq[byte] =
466
+ # TODO if this encode call is in a generic function, nim doesn't find the
467
+ # right `append` to use with `Address` (!)
468
rlp.encode(toExecutionWithdrawal(withdrawal))
469
470
# https://eips.ethereum.org/EIPS/eip-4895
0 commit comments