Skip to content

Commit

Permalink
Missing final
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Oct 4, 2024
1 parent 1e063f0 commit 89a1d73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public PendingDeposit createFromBackingNode(final TreeNode node) {

public PendingDeposit create(
final SszPublicKey publicKey,
SszBytes32 withdrawalCredentials,
final SszBytes32 withdrawalCredentials,
final SszUInt64 amount,
final SszSignature signature,
final SszUInt64 slot) {
Expand Down

0 comments on commit 89a1d73

Please sign in to comment.