updates to documentation for super node

This commit is contained in:
Ian Norden
2020-04-19 18:28:36 -05:00
parent 2d98d741b2
commit 35e625695e
16 changed files with 601 additions and 295 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ func streamEthSubscription() {
}
func getRPCClient() core.RPCClient {
vulcPath := viper.GetString("superNode.ethSubscription.path")
vulcPath := viper.GetString("superNode.ethSubscription.wsPath")
if vulcPath == "" {
vulcPath = "ws://127.0.0.1:8080" // default to and try the default ws url if no path is provided
}