Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Mar 20, 2024
1 parent 28314d7 commit 061a0c0
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 class DepositReceiptV1 {

public DepositReceiptV1(
@JsonProperty("pubkey") final Bytes48 pubkey,
@JsonProperty("withdrawal_credentials") final Bytes32 withdrawalCredentials,
@JsonProperty("withdrawalCredentials") final Bytes32 withdrawalCredentials,
@JsonProperty("amount") final UInt64 amount,
@JsonProperty("signature") final Bytes signature,
@JsonProperty("index") final UInt64 index) {
Expand Down

0 comments on commit 061a0c0

Please sign in to comment.