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 03bfeb4 commit 77c949aCopy full SHA for 77c949a
workertasks.py
@@ -78,7 +78,7 @@ def add_output_db(blockn):
78
txhash=str(tx[0][0:len(tx[0])-2])
79
txhash_index=str(outputs['txhash_index'])
80
blockmade=str(blockn)
81
- prev_input=str(outputs['previous_inputs'])
+ prev_input=outputs['previous_inputs']
82
databases.add_output(btc,coloramt,coloraddress, spent, spentat, destination, txhash, txhash_index, blockmade, prev_input)
83
84
#ADD NEW ISSUED to COLORS META INFO
0 commit comments