Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void PreselectedInput::SetScriptWitness(const CScriptWitness& script_wit)
132
{
133
m_script_witness = script_wit;
134
}
135
136
bool PreselectedInput::HasScripts() const
137
{
Callers
2
FundTransaction
Function · 0.80
coincontrol.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected