we cuddle our elses around here

This commit is contained in:
Duke Leto
2020-12-10 06:57:15 -05:00
parent 575e5351e5
commit fd753569bf

View File

@@ -5678,14 +5678,10 @@ int32_t ensure_CCrequirements(uint8_t evalcode)
{
fprintf(stderr,"no -pubkey set\n");
return(-1);
}
else if ( GetBoolArg("-addressindex", DEFAULT_ADDRESSINDEX) == 0 )
{
} else if ( GetBoolArg("-addressindex", DEFAULT_ADDRESSINDEX) == 0 ) {
fprintf(stderr,"no -addressindex\n");
return(-1);
}
else if ( GetBoolArg("-spentindex", DEFAULT_SPENTINDEX) == 0 )
{
} else if ( GetBoolArg("-spentindex", DEFAULT_SPENTINDEX) == 0 ) {
fprintf(stderr,"no -spentindex\n");
return(-1);
}