Getting another error now with v 0.4
I am pretty sure it does not exceed 8 decimals
buy 0.12 btc for 20 XCP
---
Traceback (most recent call last):
File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 515, in <module>
fee_provided = util.devise(db, args.fee_provided, 'BTC', 'input')
File "C:\counterpartyd_build\dist\counterpartyd\lib\util.py", line 552, in devise
raise exceptions.QuantityError('Divisible assets have only eight decimal places of precision.')
lib.exceptions.QuantityError: Divisible assets have only eight decimal places of precision.
That problem should be fixed in
this commit.
I am unable to test your latest commit, because the latest develop throws another new issue this time (and this is with NO fee specificied in the command line)
File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 513, in <module>
raise exceptions.FeeError('When buying BTC, do not specify a fee provided.')
lib.exceptions.FeeError: When buying BTC, do not specify a fee provided.