mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-02 00:31:24 +00:00
Delete unused setFakeHashForTesting method.
This commit is contained in:
@@ -104,10 +104,6 @@ public class Transaction extends Message implements Serializable {
|
|||||||
return getHash().toString();
|
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
|
* 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.
|
* include spent outputs or not.
|
||||||
|
Reference in New Issue
Block a user