Skip to content

Commit e502fff

Browse files
committed
k
1 parent 90462c6 commit e502fff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

leb128.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def hexdecodeline(n):
134134

135135
def hexdecodeset(n):
136136
a=[]
137-
global a,b,c,r
138137
r=''
139138
while len(n)>0:
140139
go=True

workertasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def add_output_db(blockn):
9797
spentat=""
9898
destination=str(inps['destination_address'])
9999
print tx
100-
txhash=str(tx[0][0:len(tx[0]-2)])
100+
txhash=str(tx[0][0:len(tx[0])-2])
101101
txhash_index=str(tx[0])
102102
blockmade=str(blockn)
103103
prev_input=str(inps['previous_input'])

0 commit comments

Comments
 (0)