mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
remove an excess 0 from pico units
This commit is contained in:
parent
ff3b638641
commit
779f889b6c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import config
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
|
|
||||||
PICOWOW = Decimal('0.000000000001')
|
PICOWOW = Decimal('0.00000000001')
|
||||||
|
|
||||||
class Wallet(object):
|
class Wallet(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue