halilozercan / halocoin

Experimental cryptocurrency (blockchain) written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdecimal

benjiqq opened this issue · comments

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 *