Skip to content

Commit

Permalink
problem: fails on a non-standard field
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Oct 21, 2024
1 parent 451781f commit 3b22b71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

package io.emeraldpay.etherjar.rpc.json;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import io.emeraldpay.etherjar.domain.Address;
Expand All @@ -30,6 +31,7 @@
import java.util.List;
import java.util.Objects;

@JsonIgnoreProperties(ignoreUnknown = true)
public class TransactionLogJson implements TransactionRef, Serializable {

/**
Expand Down

0 comments on commit 3b22b71

Please sign in to comment.