Please implement a displaying of fees amount upon completion of the transaction in CLI (like transaction number is currently displayed).
[request] return of fees amount in CLI after transaction #171
issue btcex opened this issue on April 19, 2011-
btcex commented at 9:44 PM on April 19, 2011: none
-
gavinandresen commented at 10:08 PM on April 19, 2011: contributor
That's what the gettransaction API call is for (to get the details of the transaction).
So you'd: bitcoind send if no error, then bitcoind gettransaction {txid}
-
btcex commented at 2:34 PM on April 20, 2011: none
I think this operation (display of the amount of fees) should be atomized into one request with sendtoaddress. Otherwise it is not clear what to do if the transaction took place but then gettransaction failed for any reason and this greatly complicates everything: need to create a database with transactions support and inside of database a queue of requests to bitcoind.
- btcex closed this on Apr 20, 2011
- zathras-crypto referenced this in commit c9027b2743 on Oct 18, 2014
- deadalnix referenced this in commit 677d3d0ee7 on Dec 13, 2016
- lateminer referenced this in commit f48dbc28ca on Dec 9, 2017
- classesjack referenced this in commit 1df9ae9a67 on Jan 2, 2018
- attilaaf referenced this in commit 10590e36c4 on Jan 13, 2020
- KolbyML referenced this in commit 0bc9cd6024 on Aug 1, 2020
- cryptapus referenced this in commit 7b4c3ca70d on May 3, 2021
- rajarshimaitra referenced this in commit 22fb60541d on Aug 5, 2021
- MarcoFalke locked this on Sep 8, 2021