Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
Asterios
on 02/02/2014, 22:51:48 UTC
Ok, i am getting error messages since the last Block. Any idea, guys?

Code:
Block: 283811
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 682, i
n
    blocks.follow(db)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 534, in f
ollow
    parse_block(db, block_index)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 39, in pa
rse_block
    burn.parse(db, tx)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\burn.py", line 76, in pars
e
    'burned': burned,
UnboundLocalError: local variable 'burned' referenced before assignment

I'm on it.

I pushed a hotfix to the master branch, but develop should have been fine. But Blockscan is stuck, and I thought that it was running on develop...

If you're getting the error, what branch are you on?

I am on master. It works now after the hotfix. Thank you very much Smiley