Allow move RPC to take account balances negative
authorGavin Andresen <gavinandresen@gmail.com>
Fri, 6 May 2011 17:07:36 +0000 (13:07 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 9 May 2011 18:45:52 +0000 (14:45 -0400)
commit832fb114a7dfdc52fce4318cedb3eb0d78366d46
treeb87c78f4b4cf13966dfb864027c87a6287f7184d
parente8adcf88cd36340cabef6e82dc18e712714f5081
Allow move RPC to take account balances negative
Use case:  Customer owes you bitcoins, so you create a payment address
associated with an account with a negative balance (the amount they owe).
When customer pays, that account balance will go to zero.
src/rpc.cpp