mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
wallet, refactor: Immutable CWalletTx::pwallet
This commit is contained in:
parent
862fde88be
commit
819f10f671
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ int CalculateMaximumSignedInputSize(const CTxOut& txout, const CWallet* pwallet,
|
|||
class CWalletTx
|
||||
{
|
||||
private:
|
||||
const CWallet* pwallet;
|
||||
const CWallet* const pwallet;
|
||||
|
||||
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
|
||||
* serialization/deserialization to avoid ambiguity with conflicted.
|
||||
|
|
Loading…
Add table
Reference in a new issue