MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / signBumpTransaction

Method signBumpTransaction

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

Source from the content-addressed store, hash-verified

254 feebumper::Result::OK;
255 }
256 bool signBumpTransaction(CMutableTransaction& mtx) override { return feebumper::SignTransaction(&m_wallet, mtx); }
257 bool commitBumpTransaction(const uint256& txid,
258 CMutableTransaction&& mtx,
259 std::vector<std::string>& errors,

Callers 1

bumpFeeMethod · 0.80

Calls 1

SignTransactionFunction · 0.50

Tested by

no test coverage detected