cdecimal
benjiqq opened this issue · comments
Ben commented
newest python has changes to decimal, see https://docs.python.org/3/library/decimal.html
replace from cdecimal import Decimal
with from decimal import *
Experimental cryptocurrency (blockchain) written in python.
benjiqq opened this issue · comments
newest python has changes to decimal, see https://docs.python.org/3/library/decimal.html
replace from cdecimal import Decimal
with from decimal import *