Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1d6f9f

Browse files
committed
reworked db output processing
1 parent bd0e584 commit d1d6f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workertasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def output_db(blockn):
197197
for txissued in tx[1]['issued']:
198198
coloraddress = txissued['color_address']
199199
btc= str(txissued['btc'])
200-
coloramt = txissued['quantity']
200+
coloramt = str(txissued['quantity'])
201201
spent=False
202202
spentat=""
203203
destination=str(txissued['destination_address'])

0 commit comments

Comments
 (0)