# Gavin Andresen # 2011-05-09 19:47:18 # https://bitcointalk.org/index.php?topic=7758.msg113151#msg113151 @s{(link)} @p{par} This pull is prompted by changes I'm making to ClearCoin, and should apply to any service where customers will owe the service bitcoins. It removes the account balance checks from the RPC move command. @p{par} I'll use it to create accounts associated with users that keep track of how many bitcoins they owe; for example, if I owed 1 bitcoin ClearCoin will tell bitcoin: @p{brk} move 'gavinandresen' 'total_owed' 1.00 @p{par} Assuming I'm not carrying a balance, that makes the gavinandresen account balance -1.00 BTC. When I pay to one of the addresses associated with the 'gavinandresen' account, the account balance will be automatically credited. @p{par} If I were a professional accountant I probably would have written 'move' this way to begin with... @p{brk}