Add UNDEFINED entries

This commit is contained in:
Manfred Karrer 2019-03-21 18:41:47 -05:00
parent e371fd44d2
commit 81f4dd65b7
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 4 additions and 2 deletions

View file

@ -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"),

View file

@ -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"),