aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/node.go')
-rw-r--r--integration_test/node.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/integration_test/node.go b/integration_test/node.go
index 09d1557..b6704e8 100644
--- a/integration_test/node.go
+++ b/integration_test/node.go
@@ -121,7 +121,8 @@ func NewNode(
core.NewAuthenticator(privateKey),
app,
app,
- db),
+ db,
+ &common.NullLogger{}),
}
}