Skip to content

Commit

Permalink
Transaction.unCache() set confidence to null
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed May 9, 2019
1 parent d3a5616 commit a88d36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/bitcoinj/core/Transaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ public byte byteValue() {
protected void unCache() {
super.unCache();
hash = null;
confidence = null;
}

protected static int calcLength(byte[] buf, int offset) {
Expand Down

0 comments on commit a88d36d

Please sign in to comment.