Open tailsjoin opened 9 years ago
The txid is printed in both case https://github.com/chris-belcher/joinmarket/blob/master/lib/taker.py#L209-L233
But bitcoin-rpc outputs the txhex twice for debugging. We could move to txid printing to after the call to pushtx()
I think that would be a good solution.
I just know that for me, when I first used bitcoin-rpc for a sendpayment I wasn't sure if my tx pushed or not, then I checked my bitcoin debug.log and saw the wallet update, only then did I think to scroll back from the txhex to see the txid.
After a successful sendpayment using bitcoin-rpc you will see an output like this:
This doesn't necessarily even say that the tx was pushed to the network successfully.
When using blockr.io you get a confirmation like this:
Which at least inspires a little more confidence on first glance, and gives the user the txid without having to scroll back through the whole raw tx.