Skip to content

Commit 819f10f

Browse files
committed
wallet, refactor: Immutable CWalletTx::pwallet
1 parent 862fde8 commit 819f10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ int CalculateMaximumSignedInputSize(const CTxOut& txout, const CWallet* pwallet,
275275
class CWalletTx
276276
{
277277
private:
278-
const CWallet* pwallet;
278+
const CWallet* const pwallet;
279279

280280
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
281281
* serialization/deserialization to avoid ambiguity with conflicted.

0 commit comments

Comments
 (0)