Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0e584 commit d1d6f9fCopy full SHA for d1d6f9f
workertasks.py
@@ -197,7 +197,7 @@ def output_db(blockn):
197
for txissued in tx[1]['issued']:
198
coloraddress = txissued['color_address']
199
btc= str(txissued['btc'])
200
- coloramt = txissued['quantity']
+ coloramt = str(txissued['quantity'])
201
spent=False
202
spentat=""
203
destination=str(txissued['destination_address'])
0 commit comments