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

Skip to content

Commit 77c949a

Browse files
committed
reworked db output processing
1 parent 03bfeb4 commit 77c949a

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
@@ -78,7 +78,7 @@ def add_output_db(blockn):
7878
txhash=str(tx[0][0:len(tx[0])-2])
7979
txhash_index=str(outputs['txhash_index'])
8080
blockmade=str(blockn)
81-
prev_input=str(outputs['previous_inputs'])
81+
prev_input=outputs['previous_inputs']
8282
databases.add_output(btc,coloramt,coloraddress, spent, spentat, destination, txhash, txhash_index, blockmade, prev_input)
8383

8484
#ADD NEW ISSUED to COLORS META INFO

0 commit comments

Comments
 (0)