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

Method signBumpTransaction

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

Source from the content-addressed store, hash-verified

295 return feebumper::CreateRateBumpTransaction(*m_wallet.get(), txid, coin_control, errors, old_fee, new_fee, mtx) == feebumper::Result::OK;
296 }
297 bool signBumpTransaction(CMutableTransaction& mtx) override { return feebumper::SignTransaction(*m_wallet.get(), mtx); }
298 bool commitBumpTransaction(const uint256& txid,
299 CMutableTransaction&& mtx,
300 std::vector<bilingual_str>& errors,

Callers 1

bumpFeeMethod · 0.80

Calls 2

SignTransactionFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected