We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec7cf commit 188f89cCopy full SHA for 188f89c
src/wallet/wallet.h
@@ -1009,6 +1009,10 @@ class CReserveKey : public CReserveScript
1009
pwallet = pwalletIn;
1010
}
1011
1012
+ CReserveKey() = default;
1013
+ CReserveKey(const CReserveKey&) = delete;
1014
+ CReserveKey& operator=(const CReserveKey&) = delete;
1015
+
1016
~CReserveKey()
1017
{
1018
ReturnKey();
0 commit comments