]> Git Repo - VerusCoin.git/commit - src/wallet/rpcwallet.cpp
Prevent RPC 'move' from deadlocking
authorPieter Wuille <[email protected]>
Tue, 13 Nov 2012 22:52:37 +0000 (23:52 +0100)
committerPieter Wuille <[email protected]>
Tue, 13 Nov 2012 23:31:56 +0000 (00:31 +0100)
commit4291e8feab308cb9c7840d74fc7aacf137a7c21f
treefd2376f4546dfd496dbd8367e5536ee47dae5304
parenteb49457ff279721cc3cef10fe68fd75b4aa71833
Prevent RPC 'move' from deadlocking

It seemed to create two CWalletDB objects that both grab the
database lock.
src/rpcwallet.cpp
src/wallet.cpp
src/wallet.h
This page took 0.025891 seconds and 4 git commands to generate.