MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / NotifyTransactionChanged

Function NotifyTransactionChanged

src/qt/walletmodel.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void NotifyTransactionChanged(WalletModel *walletmodel, const Txid& hash, ChangeType status)
383{
384 Q_UNUSED(hash);
385 Q_UNUSED(status);
386 bool invoked = QMetaObject::invokeMethod(walletmodel, "updateTransaction", Qt::QueuedConnection);
387 assert(invoked);
388}
389
390static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress)
391{

Callers 5

MarkReplacedMethod · 0.85
AddToWalletMethod · 0.85
CommitTransactionMethod · 0.85
RemoveTxsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected