Bitcoin Forum
May 24, 2024, 12:20:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Are "move" operations logged?  (Read 864 times)
Lohoris (OP)
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


Bitgoblin


View Profile
December 11, 2012, 04:18:42 PM
 #1

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)

1LohorisJie8bGGG7X4dCS9MAVsTEbzrhu
DefaultTrust is very BAD.
ingrownpocket
Legendary
*
Offline Offline

Activity: 952
Merit: 1000


View Profile
December 11, 2012, 04:57:52 PM
 #2

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" : ""
    }

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!