1
Is concurrency a problem for commands like sendfrom,move,sendmany etc.? I suppose everything is fine after skimming source code, but I want to be sure about that.
1
Is concurrency a problem for commands like sendfrom,move,sendmany etc.? I suppose everything is fine after skimming source code, but I want to be sure about that.
1
Yes. All these transactions do is create a new transaction (or move entry) in the wallet. Balances are always calculated on the fly (though partially cached) from the transaction list.
1You mean cached, not cashed ? – ripazha – 2013-08-13T07:30:35.737