Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Lohoris on December 11, 2012, 04:18:42 PM



Title: Are "move" operations logged?
Post by: Lohoris on December 11, 2012, 04:18:42 PM
Are "move" operations logged somewhere in the wallet or somewhere else?

If so, can the "move history" be retrieved, and how?

(just in case it wasn't clear, I'm talking about the command to move credits from one account to another, a.k.a. movecmd)
(crossposted on Stack Exchange (http://bitcoin.stackexchange.com/questions/5720/are-move-operations-logged))


Title: Re: Are "move" operations logged?
Post by: ingrownpocket on December 11, 2012, 04:57:52 PM
Quote
Use the move method to transfer balances from one account to another. Moves from the default account to any other account always succeed; moves from any other account will fail if the account has insufficient funds. Moves are not broadcast to the network, and never incur transaction fees; they just adjust account balances in the wallet.

The command listtransactions also shows the movements.
    {
        "account" : "Dest",
        "category" : "move",
        "time" : 1355141623,
        "amount" : 1.00000000,
        "otheraccount" : "Orig",
        "comment" : ""
    }