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

Method transactionCanBeBumped

src/wallet/interfaces.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 return m_wallet->AbandonTransaction(txid);
283 }
284 bool transactionCanBeBumped(const uint256& txid) override
285 {
286 return feebumper::TransactionCanBeBumped(*m_wallet.get(), txid);
287 }
288 bool createBumpTransaction(const uint256& txid,
289 const CCoinControl& coin_control,
290 std::vector<bilingual_str>& errors,

Callers 1

contextualMenuMethod · 0.80

Calls 2

TransactionCanBeBumpedFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected