Moved calls to SyncWithWallets out of the "tx" section of ProcessMessage to CTxMemPool::accept() to make sure all wallets are aware of all transactions accepted, including transactions sent from other wallets.
Bugfix - Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept() #2187
pull CodeShark wants to merge 1 commits into bitcoin:master from CodeShark:SyncWithWalletsFix changing 1 files +1 −2-
CodeShark commented at 3:05 PM on January 18, 2013: contributor
-
Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept() so that when adding multiple wallets they will be aware of each other's transactions. 35c12d176e
-
BitcoinPullTester commented at 3:39 PM on January 18, 2013: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/35c12d176e13d51456db8f0e9fa0c398891a1fab for binaries and test log.
-
sipa commented at 5:25 PM on January 23, 2013: member
ACK
- gavinandresen referenced this in commit 09c69c03f7 on Jan 23, 2013
- gavinandresen merged this on Jan 23, 2013
- gavinandresen closed this on Jan 23, 2013
- laudney referenced this in commit a1cdd9170e on Mar 19, 2014
- DrahtBot locked this on Sep 8, 2021
Contributors