MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetScriptWitness

Method SetScriptWitness

src/wallet/coincontrol.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void PreselectedInput::SetScriptWitness(const CScriptWitness& script_wit)
132{
133 m_script_witness = script_wit;
134}
135
136bool PreselectedInput::HasScripts() const
137{

Callers 2

FundTransactionFunction · 0.80
coincontrol.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected