mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Use txOutputType = TxOutputType.UNDEFINED; instead of null
This commit is contained in:
parent
ec3f610a5b
commit
c76a4ac898
@ -76,7 +76,7 @@ public class TxOutput implements PersistablePayload {
|
|||||||
public void reset() {
|
public void reset() {
|
||||||
isUnspent = false;
|
isUnspent = false;
|
||||||
isVerified = false;
|
isVerified = false;
|
||||||
txOutputType = null;
|
txOutputType = TxOutputType.UNDEFINED;
|
||||||
spentInfo = null;
|
spentInfo = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user