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

Skip to content

Commit b3dea06

Browse files
committed
init
1 parent a5ace04 commit b3dea06

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
@@ -146,7 +146,7 @@ def add_output_db(blockn):
146146

147147
#MARK OLD OUTPUT AS SPENT
148148
#print str(prev_input)+" "+str(txhash)
149-
databases.spend_output(prev_input, txhash)
149+
databases.spend_output(prev_input, txhash, blockn)
150150

151151

152152
else:

0 commit comments

Comments
 (0)