Skip to content

Commit

Permalink
clean up func
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Dec 5, 2023
1 parent 126fe12 commit e177b36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsonencoder/marshallers.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func setBytesEncoder(typeURL string) {
if strings.Contains(typeURL, "solana") {
dynamic.SetDefaultBytesRepresentation(dynamic.BytesAsBase58)
return
} else {
dynamic.SetDefaultBytesRepresentation(dynamic.BytesAsHex)
}
dynamic.SetDefaultBytesRepresentation(dynamic.BytesAsHex)
}

0 comments on commit e177b36

Please sign in to comment.