remove NotifyWatchonlyChanged

The signal is never called.
This commit is contained in:
MarcoFalke
2025-05-07 17:23:13 +02:00
parent fa62a013a5
commit ffff949472
8 changed files with 0 additions and 41 deletions

View File

@@ -535,10 +535,6 @@ public:
return MakeSignalHandler(m_wallet->NotifyTransactionChanged.connect(
[fn](const uint256& txid, ChangeType status) { fn(txid, status); }));
}
std::unique_ptr<Handler> handleWatchOnlyChanged(WatchOnlyChangedFn fn) override
{
return MakeSignalHandler(m_wallet->NotifyWatchonlyChanged.connect(fn));
}
std::unique_ptr<Handler> handleCanGetAddressesChanged(CanGetAddressesChangedFn fn) override
{
return MakeSignalHandler(m_wallet->NotifyCanGetAddressesChanged.connect(fn));