Update default connection for ethereum rpc integration test
This commit is contained in:
parent
4c7d66e75c
commit
dfee2b0f78
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user