MCPcopy Create free account
hub / github.com/LUX-Core/lux / NotifyWatchonlyChanged

Function NotifyWatchonlyChanged

src/qt/walletmodel.cpp:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581static void NotifyWatchonlyChanged(WalletModel* walletmodel, bool fHaveWatchonly)
582{
583 QMetaObject::invokeMethod(walletmodel, "updateWatchOnlyFlag", Qt::QueuedConnection,
584 Q_ARG(bool, fHaveWatchonly));
585}
586
587static void NotifyContractBookChanged(WalletModel *walletmodel, CWallet *wallet,
588 const std::string &address, const std::string &label, const std::string &abi, ChangeType status)

Callers 2

AddWatchOnlyMethod · 0.85
RemoveWatchOnlyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected