Fixed potential deadlocks in GUI code.
authorGavin Andresen <gavinandresen@gmail.com>
Wed, 31 Aug 2011 16:27:19 +0000 (12:27 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Wed, 31 Aug 2011 16:55:16 +0000 (12:55 -0400)
commit471426fb3b2c2fa37640c03819c4f7be69ba8301
treecc9de8e932d07cf2549a625e6c614a2677ec1b0e
parent6cc4a62c0e696dcb9d90ba0504f688e4f644a10f
Fixed potential deadlocks in GUI code.
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time.
And added information about -DDEBUG_LOCKORDER to coding.txt.
doc/coding.txt
src/ui.cpp
src/wallet.cpp