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

Method transactionCanBeAbandoned

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

Source from the content-addressed store, hash-verified

276 m_wallet->CommitTransaction(std::move(tx), std::move(value_map), std::move(order_form), blind_details);
277 }
278 bool transactionCanBeAbandoned(const uint256& txid) override { return m_wallet->TransactionCanBeAbandoned(txid); }
279 bool abandonTransaction(const uint256& txid) override
280 {
281 LOCK(m_wallet->cs_wallet);

Callers 1

contextualMenuMethod · 0.80

Calls 1

Tested by

no test coverage detected