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

Function SignTransaction

src/wallet/feebumper.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool SignTransaction(CWallet& wallet, CMutableTransaction& mtx) {
264 LOCK(wallet.cs_wallet);
265 return wallet.SignTransaction(mtx);
266}
267
268Result CommitTransaction(CWallet& wallet, const uint256& txid, CMutableTransaction&& mtx, std::vector<bilingual_str>& errors, uint256& bumped_txid)
269{

Callers 5

SignTransactionMethod · 0.70
SignTransactionMethod · 0.70
signBumpTransactionMethod · 0.70
TestSimpleSpendFunction · 0.50
bumpfee_helperFunction · 0.50

Calls 1

SignTransactionMethod · 0.45

Tested by 1

TestSimpleSpendFunction · 0.40