mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
wallet: make ReserveDestination pwallet ivar const
This commit is contained in:
parent
57c569e4d9
commit
d9b0ebc1da
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class ReserveDestination
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
//! The wallet to reserve from
|
//! The wallet to reserve from
|
||||||
CWallet* const pwallet;
|
const CWallet* const pwallet;
|
||||||
//! The ScriptPubKeyMan to reserve from. Based on type when GetReservedDestination is called
|
//! The ScriptPubKeyMan to reserve from. Based on type when GetReservedDestination is called
|
||||||
ScriptPubKeyMan* m_spk_man{nullptr};
|
ScriptPubKeyMan* m_spk_man{nullptr};
|
||||||
OutputType const type;
|
OutputType const type;
|
||||||
|
|
Loading…
Reference in a new issue