Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 8, 2015
1 parent 6d3b3f0 commit 7185278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/bitcoin/explorer/commands/validate-tx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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%."

Expand Down
1 change: 0 additions & 1 deletion model/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@
<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.">
<argument name="TRANSACTION" fileX="true" stdin="true" type="transaction" description="The Base16 transaction. If not specified the transaction is read from STDIN."/>
<define name="BX_VALIDATE_TX_VALID" value="The transaction is valid." />
<define name="BX_VALIDATE_TX_INVALID_INPUT" value="The transaction has an invalid input at index: %1%." />
<define name="BX_VALIDATE_TX_UNCONFIRMED_INPUTS" value="The transaction is valid, with unconfirmed inputs at index: %1%." />
</command>

Expand Down

0 comments on commit 7185278

Please sign in to comment.