Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
bool PartiallySignedTransaction::IsSane() const
538
{
539
for (PSBTInput input : inputs) {
540
if (!input.IsSane()) return false;
541
}
542
return true;
543
}
544
545
bool PSBTInput::IsNull() const
546
{
Callers
3
FillPSBT
Function · 0.80
SignPSBTInput
Function · 0.80
combinepsbt
Function · 0.80
Calls
2
IsNull
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected