Skip to content

Commit

Permalink
Fix a typo introduced in #180
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig committed Sep 19, 2022
1 parent 4b5b926 commit c363ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function getMinerFromCoinbaseTx(tx) {
}
}
}
if ((!minerInfo.indentiedBy) && (minerInfo.possibleSignal)) {
if ((!minerInfo.identifiedBy) && (minerInfo.possibleSignal)) {
minerInfo.name = minerInfo.possibleSignal;
}
return minerInfo;
Expand Down

0 comments on commit c363ba7

Please sign in to comment.