- prevent importaddress if the wallet already contains the private key
- remove from watchonly, if you import the private key. (note that you need to restart to get the correct eye-icons in this scenario as updating dynamically would require some more fiddling with signals etc.)
- do not add locked watchonly to coincontrol. (we shouldnt allow locking watchonly in the first place, but thats for another pull)
- remove LOCKs from rpcdump.cpp for consistence
- add filter to GetCredit, fixes #4870 (also revert the 1 line from #4825 where we changed the filter to bool)
[Wallet] Watch-only fixes #4937
pull cozz wants to merge 1 commits into bitcoin:master from cozz:cozz10 changing 10 files +70 −13-
cozz commented at 12:51 AM on September 18, 2014: contributor
-
BitcoinPullTester commented at 1:05 AM on September 18, 2014: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4937_97eea5856978340f9b683d99fc4566e3e320e2bb/ for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
- laanwj added the label Wallet on Sep 18, 2014
-
laanwj commented at 11:09 AM on September 23, 2014: member
Untested ACK
-
sipa commented at 2:21 AM on October 2, 2014: member
Needs rebase.
-
in src/wallet.h:None in 97eea58569 outdated
714 | - return nCreditCached; 715 | - nCreditCached = pwallet->GetCredit(*this, ISMINE_ALL); 716 | - fCreditCached = true; 717 | - return nCreditCached; 718 | + int64_t credit = 0; 719 | + if(filter & ISMINE_SPENDABLE)
sipa commented at 2:22 AM on October 2, 2014:Coding style (space after if).
sipa commented at 2:22 AM on October 2, 2014: memberConcept ACK.
wtogami referenced this in commit 293ec17dc7 on Oct 2, 2014[Wallet] Watch-only fixes ccca27a788cozz force-pushed on Oct 3, 2014cozz commented at 3:22 AM on October 3, 2014: contributorrebased
laanwj merged this on Oct 13, 2014laanwj closed this on Oct 13, 2014laanwj referenced this in commit d7e1950483 on Oct 13, 2014wtogami referenced this in commit 770fa122d6 on Nov 14, 2014wtogami referenced this in commit cb3d1359e2 on Dec 23, 2014MarcoFalke locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-19 00:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-19 00:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me