mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
wallet, refactor: Immutable CWalletTx::pwallet
This commit is contained in:
parent
862fde88be
commit
819f10f671
@ -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…
Reference in New Issue
Block a user