Right now we get: account, category, time, amount, otheraccount, comment.
Why don't we get a txid?
Right now we get: account, category, time, amount, otheraccount, comment.
Why don't we get a txid?
send/receive/generated do have txids; you mean for "move" transactions? Because there is no txid for move transactions, they're internal to the wallet. I suppose bitcoin could generate one for moves, but it is not immediately obvious how. What do you need it for? moves always come in pairs; I assume both entries in the pair should have the same txid. And I assume you'd want gettransaction <txid_for_move> to work?
You're right, I was looking at a move, so a txid wouldn't apply. Non-issue, closed :)
I need this to reconcile "listtransactions" with an external db, also would be helfpul to detect if i need to go back farther than the last ten txes for synchronization
I would be content if the txid was merely the direction(eg receive, send) combined with the timestamp
@DataSurfer: try upgrading your client and you shall find what you're looking for :)
https://en.bitcoin.it/w/index.php?title=Original_Bitcoin_client/API_calls_list