# Gavin Andresen # 2010-11-22 16:55:50 # https://bitcointalk.org/index.php?topic=1886.msg23582#msg23582 The send methods don't try to be clever; they always broadcast transactions. @p{par} If you want that behavior, be clever yourself: call getaccount @p{lt}bitcoinaddress@s{gt} before calling send, and then call move instead of send* if you find out the bitcoinaddress is one of yours. @p{brk}