Skip to content

Commit d9b0ebc

Browse files
committed
wallet: make ReserveDestination pwallet ivar const
1 parent 57c569e commit d9b0ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class ReserveDestination
141141
{
142142
protected:
143143
//! The wallet to reserve from
144-
CWallet* const pwallet;
144+
const CWallet* const pwallet;
145145
//! The ScriptPubKeyMan to reserve from. Based on type when GetReservedDestination is called
146146
ScriptPubKeyMan* m_spk_man{nullptr};
147147
OutputType const type;

0 commit comments

Comments
 (0)