rpc: myriad little fixes

This commit is contained in:
Ethan Buchman
2015-04-01 05:12:38 -07:00
parent 8cc8757252
commit 8fe1274323
4 changed files with 29 additions and 8 deletions

View File

@ -2,7 +2,6 @@ package rpc
import (
"bytes"
"encoding/hex"
"encoding/json"
"fmt"
"github.com/tendermint/tendermint2/binary"
@ -10,7 +9,6 @@ import (
"net/http"
"net/url"
"reflect"
"strconv"
)
type Response struct {