| 752 | bool UpdatedTransaction(const uint256& hashTx); |
| 753 | |
| 754 | unsigned int GetKeyPoolSize() |
| 755 | { |
| 756 | AssertLockHeld(cs_wallet); // set{Ex,In}ternalKeyPool |
| 757 | return setInternalKeyPool.size() + setExternalKeyPool.size(); |
| 758 | } |
| 759 | |
| 760 | bool SetDefaultKey(const CPubKey& vchPubKey); |
| 761 |
no test coverage detected