show progress percent while taking offer

This commit is contained in:
woodser 2023-03-11 08:02:08 -05:00
parent 9d87e30da0
commit 19d83749eb
2 changed files with 6 additions and 3 deletions

View file

@ -188,7 +188,6 @@ public class HavenoUtils {
try {
return xmrToAtomicUnits(new BigDecimal(input).doubleValue());
} catch (Exception e) {
log.warn("Exception at parseXmr: " + e.toString());
return BigInteger.valueOf(0);
}
}