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

Method updateTransaction

src/qt/walletmodel.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void WalletModel::updateTransaction()
160{
161 // Balance and number of transactions might have changed
162 fForceCheckBalanceChanged = true;
163}
164
165void WalletModel::updateAddressBook(const QString &address, const QString &label,
166 bool isMine, const QString &purpose, int status)

Callers 2

abandonTxMethod · 0.45
bumpFeeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected