diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-06 11:48:03 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-06 11:48:03 +0800 |
commit | 03dc760ca07682a61ed547c11a1c650a324a1b14 (patch) | |
tree | 645603633e069f5f701db6f6bac8f9c9a971c731 /rpc/messages.go | |
parent | ef9d825cfaa274a4063bf7dcbf19c033e29b90aa (diff) | |
download | dexon-03dc760ca07682a61ed547c11a1c650a324a1b14.tar.gz dexon-03dc760ca07682a61ed547c11a1c650a324a1b14.tar.zst dexon-03dc760ca07682a61ed547c11a1c650a324a1b14.zip |
Tidy
Diffstat (limited to 'rpc/messages.go')
-rw-r--r-- | rpc/messages.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/messages.go b/rpc/messages.go index 4f5b00990..a3ebbf330 100644 --- a/rpc/messages.go +++ b/rpc/messages.go @@ -20,8 +20,6 @@ import ( "encoding/json" "errors" "fmt" - - "github.com/ethereum/go-ethereum/xeth" ) var ( |