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

Method commitTransaction

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

Source from the content-addressed store, hash-verified

268 return tx;
269 }
270 void commitTransaction(CTransactionRef tx,
271 WalletValueMap value_map,
272 WalletOrderForm order_form,
273 BlindDetails* blind_details) override
274 {
275 LOCK(m_wallet->cs_wallet);
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 {

Callers 1

sendCoinsMethod · 0.80

Calls 1

CommitTransactionMethod · 0.80

Tested by

no test coverage detected