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

Function SignTransaction

src/wallet/feebumper.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool SignTransaction(CWallet* wallet, CMutableTransaction& mtx) {
216 LOCK2(cs_main, wallet->cs_wallet);
217 bool no_forkid = !IsBTGHardForkEnabledForCurrentBlock(Params().GetConsensus());
218 return wallet->SignTransaction(mtx, no_forkid);
219}
220
221Result CommitTransaction(CWallet* wallet, const uint256& txid, CMutableTransaction&& mtx, std::vector<std::string>& errors, uint256& bumped_txid)
222{

Callers 3

bumpfeeFunction · 0.70
signBumpTransactionMethod · 0.50

Calls 3

SignTransactionMethod · 0.80
ParamsClass · 0.50

Tested by

no test coverage detected