diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-28 04:16:34 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-01-28 04:16:34 +0800 |
commit | dd3f38fe5b283f3c728823cb2d4e844712017e48 (patch) | |
tree | ac28c88998c08b02a36aab1646f29fe8007fdba4 /cmd/utils/cmd.go | |
parent | a38bca3438960ab1eec6a522eebc6622a1096881 (diff) | |
download | go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar.gz go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar.bz2 go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar.lz go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar.xz go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.tar.zst go-tangerine-dd3f38fe5b283f3c728823cb2d4e844712017e48.zip |
Rename transport to ws
Cleanup object naming for clarity
Diffstat (limited to 'cmd/utils/cmd.go')
-rw-r--r-- | cmd/utils/cmd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go index 437e0c037..9cdd8b5d1 100644 --- a/cmd/utils/cmd.go +++ b/cmd/utils/cmd.go @@ -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" |