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

Method updateTransaction

src/qt/transactiontablemodel.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void TransactionTableModel::updateTransaction(const QString &hash, int status, bool showTransaction)
277{
278 Txid updated = Txid::FromHex(hash.toStdString()).value();
279
280 priv->updateWallet(walletModel->wallet(), updated, status, showTransaction);
281}
282
283void TransactionTableModel::updateConfirmations()
284{

Callers

nothing calls this directly

Calls 4

FromHexFunction · 0.85
updateWalletMethod · 0.80
valueMethod · 0.45
walletMethod · 0.45

Tested by

no test coverage detected