mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 19:10:40 +01:00
wallet: make ReserveDestination pwallet ivar const
This commit is contained in:
@@ -141,7 +141,7 @@ class ReserveDestination
|
||||
{
|
||||
protected:
|
||||
//! The wallet to reserve from
|
||||
CWallet* const pwallet;
|
||||
const CWallet* const pwallet;
|
||||
//! The ScriptPubKeyMan to reserve from. Based on type when GetReservedDestination is called
|
||||
ScriptPubKeyMan* m_spk_man{nullptr};
|
||||
OutputType const type;
|
||||
|
||||
Reference in New Issue
Block a user