MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsSane

Method IsSane

src/script/sign.cpp:537–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537bool PartiallySignedTransaction::IsSane() const
538{
539 for (PSBTInput input : inputs) {
540 if (!input.IsSane()) return false;
541 }
542 return true;
543}
544
545bool PSBTInput::IsNull() const
546{

Callers 3

FillPSBTFunction · 0.80
SignPSBTInputFunction · 0.80
combinepsbtFunction · 0.80

Calls 2

IsNullMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected