mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 10:18:44 -04:00
show progress percent while taking offer
This commit is contained in:
parent
9d87e30da0
commit
19d83749eb
2 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue