From 7450e6ba7f7299d03b04a7e2a9b3bc5911b94cfe Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 26 Sep 2018 17:13:37 +0800 Subject: crypto: sigtopub to crypto package. remove SigToPubFn (#141) --- integration_test/node.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'integration_test') 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), -- cgit v1.2.3