mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00: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
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user