mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-17 16:14:44 +01:00
wallet, refactor: Immutable CWalletTx::pwallet
This commit is contained in:
@@ -275,7 +275,7 @@ int CalculateMaximumSignedInputSize(const CTxOut& txout, const CWallet* pwallet,
|
|||||||
class CWalletTx
|
class CWalletTx
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
const CWallet* pwallet;
|
const CWallet* const pwallet;
|
||||||
|
|
||||||
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
|
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
|
||||||
* serialization/deserialization to avoid ambiguity with conflicted.
|
* serialization/deserialization to avoid ambiguity with conflicted.
|
||||||
|
|||||||
Reference in New Issue
Block a user