diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-29 18:32:01 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-30 17:20:31 +0800 |
commit | 7ffabf1d399989618470794600e25764bdd9954b (patch) | |
tree | fa81bbd416949f979e41d6db92690261937a262e /rpc/api/eth.go | |
parent | 6fdddc5ac940b6241596e0a2622461148e8a57a0 (diff) | |
download | dexon-7ffabf1d399989618470794600e25764bdd9954b.tar dexon-7ffabf1d399989618470794600e25764bdd9954b.tar.gz dexon-7ffabf1d399989618470794600e25764bdd9954b.tar.bz2 dexon-7ffabf1d399989618470794600e25764bdd9954b.tar.lz dexon-7ffabf1d399989618470794600e25764bdd9954b.tar.xz dexon-7ffabf1d399989618470794600e25764bdd9954b.tar.zst dexon-7ffabf1d399989618470794600e25764bdd9954b.zip |
add json parsing method for resend transaction
Diffstat (limited to 'rpc/api/eth.go')
-rw-r--r-- | rpc/api/eth.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/api/eth.go b/rpc/api/eth.go index 8e9647861..db0b4b024 100644 --- a/rpc/api/eth.go +++ b/rpc/api/eth.go @@ -12,7 +12,6 @@ import ( "github.com/ethereum/go-ethereum/rpc/shared" "github.com/ethereum/go-ethereum/xeth" "gopkg.in/fatih/set.v0" - "fmt" ) const ( |