Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 19, 2024
1 parent 377a1f6 commit e0b3fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/utility/validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def readSLIP44():
lines.append(line)
if lines:
for line in lines:
print(line)
coinNumber = int(line[0:line.find(" ")])
if(line.find("[") > 0):
pretty = line[line.find("[")+1:line.find("]")]
Expand Down

0 comments on commit e0b3fee

Please sign in to comment.