added attach over http/rpc support

This commit is contained in:
Bas van Kervel
2015-06-19 12:32:40 +02:00
committed by Bas van Kervel
parent f202563777
commit ce5c94e471
3 changed files with 134 additions and 6 deletions

View File

@ -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 {