Skip to content

Commit

Permalink
rename variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamer committed Oct 20, 2023
1 parent f025ed7 commit 3bcf64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ func ParseClassTrace(rawClassID string) ClassTrace {
}
}

path, baseDenom := extractPathAndBaseFromFullClassID(classSplit)
path, baseClassId := extractPathAndBaseFromFullClassID(classSplit)
return ClassTrace{
Path: path,
BaseClassId: baseDenom,
BaseClassId: baseClassId,
}
}

Expand Down

0 comments on commit 3bcf64e

Please sign in to comment.