Skip to content

Commit

Permalink
add ignore unknown prop to builder
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Dec 13, 2024
1 parent 6b1b28d commit 32663d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public Optional<Map<String, String>> getStateDiff() {
}

/** Builder class for Account overrides */
@JsonIgnoreProperties(ignoreUnknown = true)
public static class Builder {
private Optional<Wei> balance = Optional.empty();
private Optional<Long> nonce = Optional.empty();
Expand Down

0 comments on commit 32663d4

Please sign in to comment.