Skip to content

Commit

Permalink
Updated to latest eos-go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Vachon committed Apr 3, 2019
1 parent 1d3fa3c commit 4ba8512
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eosc/cmd/toolsNames.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This command auto-detects encoding and converts it to different encodings.

fromSymbol, err := eos.StringToSymbol(input)
if err == nil {
symbolUint, err := fromSymbol.ToName()
symbolUint, err := fromSymbol.ToUint64()
if err == nil {
showFrom["symbol"] = symbolUint
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
cloud.google.com/go v0.0.0-20180703203520-c23afc06f115
github.com/bronze1man/go-yaml2json v0.0.0-20150129175009-f6f64b738964
github.com/davecgh/go-spew v1.1.1
github.com/eoscanada/eos-go v0.8.10-0.20190329223853-84b552870f2a
github.com/eoscanada/eos-go v0.8.11-0.20190403040359-f5b94e19bf31
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v0.0.0-20180710193413-0cb4f7325693
github.com/hashicorp/hcl v1.0.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ github.com/eoscanada/eos-go v0.8.10-0.20190329223527-bced09e2d874 h1:97oyYBefmxS
github.com/eoscanada/eos-go v0.8.10-0.20190329223527-bced09e2d874/go.mod h1:RKrm2XzZEZWxSMTRqH5QOyJ1fb/qKEjs2ix1aQl0sk4=
github.com/eoscanada/eos-go v0.8.10-0.20190329223853-84b552870f2a h1:uYe5E9muJw/qayXnuvDbCC5mcteSarfZy8yKqZ2jd1I=
github.com/eoscanada/eos-go v0.8.10-0.20190329223853-84b552870f2a/go.mod h1:RKrm2XzZEZWxSMTRqH5QOyJ1fb/qKEjs2ix1aQl0sk4=
github.com/eoscanada/eos-go v0.8.11-0.20190403040359-f5b94e19bf31 h1:v2cbFJMlcEcs+ikT7GyPjX4/QDQPz/Lej9T67MdC4OY=
github.com/eoscanada/eos-go v0.8.11-0.20190403040359-f5b94e19bf31/go.mod h1:RKrm2XzZEZWxSMTRqH5QOyJ1fb/qKEjs2ix1aQl0sk4=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/golang/protobuf v0.0.0-20180710193413-0cb4f7325693/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down

0 comments on commit 4ba8512

Please sign in to comment.