diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-09-26 17:13:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 17:13:37 +0800 |
commit | 7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe (patch) | |
tree | 41b823a05f81615558a37567dab85e2958b59329 /integration_test | |
parent | 663817d3e0d5a3c28cb0c5e378a533e242af5fdf (diff) | |
download | dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar.gz dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar.bz2 dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar.lz dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar.xz dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.tar.zst dexon-consensus-7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe.zip |
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Diffstat (limited to 'integration_test')
-rw-r--r-- | integration_test/node.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integration_test/node.go b/integration_test/node.go index 4fdd746..715331e 100644 --- a/integration_test/node.go +++ b/integration_test/node.go @@ -27,7 +27,6 @@ import ( "github.com/dexon-foundation/dexon-consensus-core/core" "github.com/dexon-foundation/dexon-consensus-core/core/blockdb" "github.com/dexon-foundation/dexon-consensus-core/core/crypto" - "github.com/dexon-foundation/dexon-consensus-core/core/crypto/eth" "github.com/dexon-foundation/dexon-consensus-core/core/test" "github.com/dexon-foundation/dexon-consensus-core/core/types" ) @@ -116,7 +115,6 @@ func NewNode( shardID, governanceConfig, privateKey, - eth.SigToPub, app, app, db), |