mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-15 12:07:23 +01:00
Update default connection for ethereum rpc integration test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user