Update 5_1_Watching_for_Stuck_Transactions.md

This commit is contained in:
Shannon Appelcline 2017-04-07 12:59:48 -07:00 committed by GitHub
parent 0aaa72a9e7
commit ebbd606483

View File

@ -10,7 +10,7 @@ You should _always_ watch to ensure that your transactions go out. `bitcoin-cli
The following shows a transaction that has not been put into a block. Note that it has no confirmations. The following shows a transaction that has not been put into a block. Note that it has no confirmations.
``` ```
$ bitcoin-cli gettransaction 0f618e38efe887028a5dd04d0e12241431978b4de32f70308c13a114d7cfcbd2 $ bitcoin-cli -named gettransaction txid=0f618e38efe887028a5dd04d0e12241431978b4de32f70308c13a114d7cfcbd2
{ {
"amount": -0.84927000, "amount": -0.84927000,
"fee": -0.00000400, "fee": -0.00000400,