Skip to content

Commit

Permalink
internal/types: add entry to BaseTypeFromString map due to typo in SDK
Browse files Browse the repository at this point in the history
For #20.
  • Loading branch information
tormoder committed Apr 2, 2017
1 parent a4892b9 commit c94fbc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/types/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,7 @@ var baseStringToType = map[string]Base{
"sint64": BaseSint64,
"uint64": BaseUint64,
"uint64z": BaseUint64z,

// Typo in SDK 20.14:
"unit8": BaseUint8,
}

0 comments on commit c94fbc4

Please sign in to comment.