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

Method HasInputWeight

src/wallet/coincontrol.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 bool HasInputWeight(const COutPoint& outpoint) const
127 {
128 return m_input_weights.count(outpoint) > 0;
129 }
130
131 int64_t GetInputWeight(const COutPoint& outpoint) const
132 {

Callers 2

DummySignTxMethod · 0.80
spend.cppFile · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected