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

Method AddInput

src/wallet/coinselection.cpp:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594void SelectionResult::AddInput(const OutputGroup& group)
595{
596 util::insert(m_selected_inputs, group.m_outputs);
597 m_use_effective = !group.m_subtract_fee_outputs;
598}
599
600// ELEMENTS
601void SelectionResult::AddInput(const SelectionResult& result) {

Callers 7

SelectCoinsBnBFunction · 0.45
SelectCoinsSRDFunction · 0.45
KnapsackSolverFunction · 0.45
spend.cppFile · 0.45
add_coinFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
joinpsbtsFunction · 0.45

Calls 1

insertFunction · 0.85

Tested by 2

add_coinFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36