From 779f889b6c073caf4f73ad7660302673ea9b6faa Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 21 Jul 2020 00:16:30 -0700 Subject: [PATCH] remove an excess 0 from pico units --- tipbot/wownero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot/wownero.py b/tipbot/wownero.py index 9cdc992..e42e05f 100644 --- a/tipbot/wownero.py +++ b/tipbot/wownero.py @@ -6,7 +6,7 @@ import config from decimal import Decimal -PICOWOW = Decimal('0.000000000001') +PICOWOW = Decimal('0.00000000001') class Wallet(object): def __init__(self):