We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3def5 commit 03efd55Copy full SHA for 03efd55
1 file changed
bitHopper/LongPoll_Listener/Learning.py
@@ -61,9 +61,9 @@ def calculate_block(current_block):
61
print 'triggered'
62
btcnet_info.get_pool('deepbit').namespace.get_node('shares').set_value(0)
63
#Reset shares on deepbit
64
- block_calculated[current_block] = 1
+ blocks_calculated[current_block] = 1
65
else:
66
- block_calculated[current_block] = 0
+ blocks_calculated[current_block] = 0
67
68
def check_learning():
69
print 'Check learning started'
0 commit comments