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

Function NotifyTransactionChanged

src/qt/walletmodel.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404static void NotifyTransactionChanged(WalletModel *walletmodel, const uint256 &hash, ChangeType status)
405{
406 Q_UNUSED(hash);
407 Q_UNUSED(status);
408 QMetaObject::invokeMethod(walletmodel, "updateTransaction", Qt::QueuedConnection);
409}
410
411static void ShowProgress(WalletModel *walletmodel, const std::string &title, int nProgress)
412{

Callers 4

MarkReplacedMethod · 0.50
AddToWalletMethod · 0.50
AbandonTransactionMethod · 0.50
CommitTransactionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected