mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-30 23:02:15 +00:00
Fix typo in comment in TransactionConfidence.java
This commit is contained in:
parent
e2108d922d
commit
6f6a946967
@ -364,7 +364,7 @@ public class TransactionConfidence implements Serializable {
|
||||
/**
|
||||
* Called when the transaction becomes newly dead, that is, we learn that one of its inputs has already been spent
|
||||
* in such a way that the double-spending transaction takes precedence over this one. It will not become valid now
|
||||
* unless there is a re-org. Automatically sets the confidence type to OVERRIDDEN_BY_DOUBLE_SPEND.
|
||||
* unless there is a re-org. Automatically sets the confidence type to DEAD.
|
||||
*/
|
||||
public synchronized void setOverridingTransaction(Transaction overridingTransaction) {
|
||||
this.overridingTransaction = overridingTransaction;
|
||||
|
Loading…
Reference in New Issue
Block a user