Incorrect import (#69)

* Update incorrect import

* Bumps version
This commit is contained in:
Steven Jack 2018-04-15 17:56:18 +01:00 committed by Anthony De Meulemeester
parent ab2568cc51
commit 8ea013ab60
3 changed files with 3 additions and 9 deletions

8
Gopkg.lock generated
View file

@ -1,12 +1,6 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/anthdm/neo-go"
packages = ["pkg/util"]
revision = "9a605513fe8c5250c0ec71b30f9ecad49bd56c0a"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "github.com/anthdm/rfc6979" name = "github.com/anthdm/rfc6979"
@ -141,6 +135,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "c0527327199b5752699bd5cd0959e1f2cc45dd7c0341adc2a8327eaca246eef8" inputs-digest = "a78ff5fce460573a959ec1ce2f81125252c2e8c55a4c5ca8e903937ec089964a"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View file

@ -1 +1 @@
0.40.1 0.40.2

View file

@ -1,6 +1,6 @@
package smartcontract package smartcontract
import "github.com/anthdm/neo-go/pkg/util" import "github.com/CityOfZion/neo-go/pkg/util"
// ParamType represent the Type of the contract parameter // ParamType represent the Type of the contract parameter
type ParamType int type ParamType int