Skip to content

Commit

Permalink
ignore privateFor for private tx estimation (hyperledger#2160)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Apr 20, 2021
1 parent 76a5887 commit f973f95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.apache.tuweni.bytes.Bytes;

@JsonIgnoreProperties("nonce")
@JsonIgnoreProperties({"nonce", "privateFor"})
public class JsonCallParameter extends CallParameter {

private final boolean strict;
Expand Down

0 comments on commit f973f95

Please sign in to comment.