Skip to content

Commit

Permalink
Merge pull request #247 from Consensys/246-update-binfile-reader
Browse files Browse the repository at this point in the history
Fix `bin` file reader
  • Loading branch information
DavePearce authored Jul 18, 2024
2 parents 3eddf5b + 9cf571c commit ddf5125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/binfile/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Handle struct {
}

func asHandle(handle string) Handle {
split := strings.Split(handle, ":")
split := strings.Split(handle, ".")
// Easy
return Handle{split[0], split[1]}
}
Expand Down

0 comments on commit ddf5125

Please sign in to comment.