MCPcopy Create free account
hub / github.com/ElementsProject/elements / NotifyTransactionChanged

Function NotifyTransactionChanged

src/qt/walletmodel.cpp:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425static void NotifyTransactionChanged(WalletModel *walletmodel, const uint256 &hash, ChangeType status)
426{
427 Q_UNUSED(hash);
428 Q_UNUSED(status);
429 bool invoked = QMetaObject::invokeMethod(walletmodel, "updateTransaction", Qt::QueuedConnection);
430 assert(invoked);
431}
432
433static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress)
434{

Callers 5

MarkReplacedMethod · 0.85
AddToWalletMethod · 0.85
AbandonTransactionMethod · 0.85
CommitTransactionMethod · 0.85
ZapSelectTxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected