diff options
Diffstat (limited to 'integration_test/node.go')
-rw-r--r-- | integration_test/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/node.go b/integration_test/node.go index 511b5fd..2d0ca9f 100644 --- a/integration_test/node.go +++ b/integration_test/node.go @@ -111,7 +111,7 @@ func newNode( dMoment, 0, configs[0], - core.NewAuthenticator(privateKey), + utils.NewSigner(privateKey), app, app, dbInst, |