parent
ab2568cc51
commit
8ea013ab60
3 changed files with 3 additions and 9 deletions
8
Gopkg.lock
generated
8
Gopkg.lock
generated
|
@ -1,12 +1,6 @@
|
|||
# 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]]
|
||||
branch = "master"
|
||||
name = "github.com/anthdm/rfc6979"
|
||||
|
@ -141,6 +135,6 @@
|
|||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
analyzer-version = 1
|
||||
inputs-digest = "c0527327199b5752699bd5cd0959e1f2cc45dd7c0341adc2a8327eaca246eef8"
|
||||
inputs-digest = "a78ff5fce460573a959ec1ce2f81125252c2e8c55a4c5ca8e903937ec089964a"
|
||||
solver-name = "gps-cdcl"
|
||||
solver-version = 1
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.40.1
|
||||
0.40.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
type ParamType int
|
||||
|
|
Loading…
Reference in a new issue