Skip to content

Commit 7185278

Browse files
committed
Remove dead code.
1 parent 6d3b3f0 commit 7185278

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

include/bitcoin/explorer/commands/validate-tx.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ namespace commands {
7474
*/
7575
#define BX_VALIDATE_TX_VALID \
7676
"The transaction is valid."
77-
#define BX_VALIDATE_TX_INVALID_INPUT \
78-
"The transaction has an invalid input at index: %1%."
7977
#define BX_VALIDATE_TX_UNCONFIRMED_INPUTS \
8078
"The transaction is valid, with unconfirmed inputs at index: %1%."
8179

model/generate.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@
556556
<command symbol="validate-tx" formerly="validtx" output="string" category="ONLINE" network="true" description="Determine if a transaction is valid for submission to the blockchain. Requires a Libbitcoin/Obelisk server connection.">
557557
<argument name="TRANSACTION" fileX="true" stdin="true" type="transaction" description="The Base16 transaction. If not specified the transaction is read from STDIN."/>
558558
<define name="BX_VALIDATE_TX_VALID" value="The transaction is valid." />
559-
<define name="BX_VALIDATE_TX_INVALID_INPUT" value="The transaction has an invalid input at index: %1%." />
560559
<define name="BX_VALIDATE_TX_UNCONFIRMED_INPUTS" value="The transaction is valid, with unconfirmed inputs at index: %1%." />
561560
</command>
562561

0 commit comments

Comments
 (0)