Skip to content

Commit

Permalink
fix: merge mistake to follow-up bitcoin#bitcoin#17261
Browse files Browse the repository at this point in the history
The member `m_spk_man` survived in CWallet after backport of refactoring
  • Loading branch information
knst committed Dec 8, 2023
1 parent 6128f38 commit 659a354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -1354,11 +1354,6 @@ class CWallet final : public WalletStorage, public interfaces::Chain::Notificati
const CKeyingMaterial& GetEncryptionKey() const override;
bool HasEncryptionKeys() const override;

// Temporary LegacyScriptPubKeyMan accessors and aliases.
friend class LegacyScriptPubKeyMan;

std::unique_ptr<LegacyScriptPubKeyMan> m_spk_man;

/** Get last block processed height */
int GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)
{
Expand Down

0 comments on commit 659a354

Please sign in to comment.