added attach over http/rpc support
This commit is contained in:
committed by
Bas van Kervel
parent
f202563777
commit
ce5c94e471
@ -4,10 +4,11 @@ import (
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
"encoding/json"
|
||||
|
||||
"github.com/ethereum/go-ethereum/rpc/api"
|
||||
"github.com/ethereum/go-ethereum/rpc/codec"
|
||||
"github.com/ethereum/go-ethereum/rpc/shared"
|
||||
"encoding/json"
|
||||
)
|
||||
|
||||
type IpcConfig struct {
|
||||
|
Reference in New Issue
Block a user