Delete unused setFakeHashForTesting method.

This commit is contained in:
Mike Hearn
2011-07-10 15:53:50 +00:00
parent 48535f9a9c
commit 53d5d7572b

View File

@@ -104,10 +104,6 @@ public class Transaction extends Message implements Serializable {
return getHash().toString();
}
void setFakeHashForTesting(Sha256Hash hash) {
this.hash = hash;
}
/**
* Calculates the sum of the outputs that are sending coins to a key in the wallet. The flag controls whether to
* include spent outputs or not.