fix grpc proto wrapper

This commit is contained in:
Asim Aslam
2019-06-27 13:08:06 +01:00
parent 43297f731c
commit 9630e153a5
3 changed files with 3 additions and 3 deletions

View File

@@ -67,6 +67,6 @@ func DefaultOptions() Options {
Address: DefaultAddress,
Registry: registry.DefaultRegistry,
Table: NewTable(),
Network: "local",
Network: "local",
}
}