ethpipe => xeth (eXtended ETHereum)

This commit is contained in:
obscuren
2014-10-31 14:30:08 +01:00
parent 8826e9694c
commit 0ed1a8b50a
19 changed files with 112 additions and 108 deletions

View File

@ -6,12 +6,12 @@ import (
"math/big"
"strings"
"github.com/ethereum/go-ethereum/ethpipe"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/xeth"
)
type EthereumApi struct {
pipe *ethpipe.JSPipe
pipe *xeth.JSXEth
}
type JsonArgs interface {