Merge pull request #2009 from sipa/fixmove

Prevent RPC 'move' from deadlocking
This commit is contained in:
Gavin Andresen
2012-11-16 08:09:41 -08:00
3 changed files with 10 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ public:
/** Increment the next transaction order id
@return next transaction order id
*/
int64 IncOrderPosNext();
int64 IncOrderPosNext(CWalletDB *pwalletdb = NULL);
typedef std::pair<CWalletTx*, CAccountingEntry*> TxPair;
typedef std::multimap<int64, TxPair > TxItems;