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

Method updateTransaction

src/qt/transactiontablemodel.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void TransactionTableModel::updateTransaction(const QString &hash, int status, bool showTransaction)
248{
249 uint256 updated;
250 updated.SetHex(hash.toStdString());
251
252 priv->updateWallet(walletModel->wallet(), updated, status, showTransaction);
253}
254
255void TransactionTableModel::updateConfirmations()
256{

Callers

nothing calls this directly

Calls 2

updateWalletMethod · 0.80
SetHexMethod · 0.45

Tested by

no test coverage detected