Fix dpowconfs
This commit is contained in:
@@ -372,7 +372,7 @@ int32_t komodo_dpowconfs(int32_t txheight,int32_t numconfs)
|
|||||||
if ( txheight < sp->NOTARIZED_HEIGHT )
|
if ( txheight < sp->NOTARIZED_HEIGHT )
|
||||||
return(numconfs);
|
return(numconfs);
|
||||||
else return(1);
|
else return(1);
|
||||||
}
|
} else return(1);
|
||||||
}
|
}
|
||||||
return(numconfs);
|
return(numconfs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user