Rename transport to ws

Cleanup object naming for clarity
This commit is contained in:
Taylor Gerring
2015-01-27 14:16:34 -06:00
parent a38bca3438
commit dd3f38fe5b
2 changed files with 10 additions and 10 deletions

View File

@ -39,7 +39,7 @@ import (
"github.com/ethereum/go-ethereum/miner"
"github.com/ethereum/go-ethereum/rlp"
rpchttp "github.com/ethereum/go-ethereum/rpc/http"
rpcws "github.com/ethereum/go-ethereum/rpc/websocket"
rpcws "github.com/ethereum/go-ethereum/rpc/ws"
"github.com/ethereum/go-ethereum/state"
// "github.com/ethereum/go-ethereum/websocket"
"github.com/ethereum/go-ethereum/xeth"