diff --git a/include/bitcoin/explorer/commands/validate-tx.hpp b/include/bitcoin/explorer/commands/validate-tx.hpp index 34289f328..3202ab846 100644 --- a/include/bitcoin/explorer/commands/validate-tx.hpp +++ b/include/bitcoin/explorer/commands/validate-tx.hpp @@ -74,8 +74,6 @@ namespace commands { */ #define BX_VALIDATE_TX_VALID \ "The transaction is valid." -#define BX_VALIDATE_TX_INVALID_INPUT \ - "The transaction has an invalid input at index: %1%." #define BX_VALIDATE_TX_UNCONFIRMED_INPUTS \ "The transaction is valid, with unconfirmed inputs at index: %1%." diff --git a/model/generate.xml b/model/generate.xml index 30942d20f..055f083e5 100644 --- a/model/generate.xml +++ b/model/generate.xml @@ -556,7 +556,6 @@ -