Fix dpowconfs

This commit is contained in:
jl777
2019-08-27 08:43:51 -11:00
parent 7027cb5e4d
commit 28d3cff284

View File

@@ -372,7 +372,7 @@ int32_t komodo_dpowconfs(int32_t txheight,int32_t numconfs)
if ( txheight < sp->NOTARIZED_HEIGHT )
return(numconfs);
else return(1);
}
} else return(1);
}
return(numconfs);
}