Skip to content

Commit 03efd55

Browse files
committed
Fix name mistake
1 parent cf3def5 commit 03efd55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitHopper/LongPoll_Listener/Learning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def calculate_block(current_block):
6161
print 'triggered'
6262
btcnet_info.get_pool('deepbit').namespace.get_node('shares').set_value(0)
6363
#Reset shares on deepbit
64-
block_calculated[current_block] = 1
64+
blocks_calculated[current_block] = 1
6565
else:
66-
block_calculated[current_block] = 0
66+
blocks_calculated[current_block] = 0
6767

6868
def check_learning():
6969
print 'Check learning started'

0 commit comments

Comments
 (0)