mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Add UNDEFINED entries
This commit is contained in:
parent
e371fd44d2
commit
81f4dd65b7
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,8 @@ import lombok.Getter;
|
|||
|
||||
// Need to be in sync with TxOutputType
|
||||
enum JsonTxOutputType {
|
||||
UNDEFINED_OUTPUT("Undefined"),
|
||||
UNDEFINED("Undefined"),
|
||||
UNDEFINED_OUTPUT("Undefined output"),
|
||||
GENESIS_OUTPUT("Genesis"),
|
||||
BSQ_OUTPUT("BSQ"),
|
||||
BTC_OUTPUT("BTC"),
|
||||
|
|
|
@ -21,7 +21,8 @@ import lombok.Getter;
|
|||
|
||||
// Need to be in sync with TxOutputType
|
||||
enum JsonTxType {
|
||||
UNDEFINED_TX_TYPE("Undefined"),
|
||||
UNDEFINED("Undefined"),
|
||||
UNDEFINED_TX_TYPE("Undefined tx type"),
|
||||
UNVERIFIED("Unverified"),
|
||||
INVALID("Invalid"),
|
||||
GENESIS("Genesis"),
|
||||
|
|
Loading…
Add table
Reference in a new issue