Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: davout on December 16, 2010, 01:28:06 PM



Title: Question on the move JSON-RPC call
Post by: davout on December 16, 2010, 01:28:06 PM
Is there a way to restrict the movable funds to funds with a certain amount of confirmations like the send* commands ?
Didn't find anything like that in the wiki.


Title: Re: Question on the move JSON-RPC call
Post by: Gavin Andresen on December 16, 2010, 01:53:29 PM
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]

minconf does what you want (gives an Account has insufficient funds error if not enough funds with minconf confirmations).



Title: Re: Question on the move JSON-RPC call
Post by: davout on December 16, 2010, 02:12:47 PM
Sweet thanks a lot