Update default connection for ethereum rpc integration test

This commit is contained in:
Martin Boehm 2018-06-13 13:07:45 +02:00
parent 4c7d66e75c
commit dfee2b0f78

View File

@ -12,7 +12,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
var rpcURL = flag.String("rpc", "ws://blockbook-dev:18546", "URL of geth server")
var rpcURL = flag.String("rpc", "ws://localhost:18036", "URL of geth server")
var ethClient *ethclient.Client
var ethRPCClient *rpc.Client