Create and use decimal object instead of floats

This commit is contained in:
Jacob Plaster
2019-01-23 13:18:33 +00:00
committed by Jacob Plaster
parent 8dc745f149
commit afbb4a670c
6 changed files with 60 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ import json
import time
import random
from decimal import *
from .GenericWebsocket import GenericWebsocket, AuthError
from .SubscriptionManager import SubscriptionManager
from .WalletManager import WalletManager