We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50e34 commit 6e77a7bCopy full SHA for 6e77a7b
src/wallet/scriptpubkeyman.h
@@ -154,6 +154,10 @@ class ScriptPubKeyMan
154
virtual void KeepDestination(int64_t index) {}
155
virtual void ReturnDestination(int64_t index, bool internal, const CPubKey& pubkey) {}
156
157
+ /** Fills internal address pool. Use within ScriptPubKeyMan implementations should be used sparingly and only
158
+ * when something from the address pool is removed, excluding GetNewDestination and GetReservedDestination.
159
+ * External wallet code is primarily responsible for topping up prior to fetching new addresses
160
+ */
161
virtual bool TopUp(unsigned int size = 0) { return false; }
162
163
//! Mark unused addresses as being used
0 commit comments