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 Apr 4, 2019
1 parent d3a5616 commit 1a5e2ee
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 1a5e2ee

Please sign in to comment.