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-29 18:32:01 +0800 |
commit | f9264e87ec4c612f647a05ea11d5640709577a7f (patch) | |
tree | 4b2549ec6004d5735a795d80727d50d7be5368c5 /rpc/api/eth.go | |
parent | a355777ff8531ba91fbdfb093532e7314c15710b (diff) | |
download | go-tangerine-f9264e87ec4c612f647a05ea11d5640709577a7f.tar.gz go-tangerine-f9264e87ec4c612f647a05ea11d5640709577a7f.tar.zst go-tangerine-f9264e87ec4c612f647a05ea11d5640709577a7f.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 0735754b5..6c071569c 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 ( |