aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/eth.go
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@gmail.com>2015-06-19 20:04:18 +0800
committerBas van Kervel <bas@ethdev.com>2015-06-22 15:17:09 +0800
commitf87501b1c547a1d9cd882497ffafbab4f9941ef1 (patch)
treebc8e29d494105457cfae1db4ac2b1e0c36e4a0a1 /rpc/api/eth.go
parent3ff272b618b8bd63c9e3068d5f4be5d0b7c7c676 (diff)
downloadgo-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar.gz
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar.bz2
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar.lz
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar.xz
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.tar.zst
go-tangerine-f87501b1c547a1d9cd882497ffafbab4f9941ef1.zip
added batch support to console and attach actions
Diffstat (limited to 'rpc/api/eth.go')
-rw-r--r--rpc/api/eth.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpc/api/eth.go b/rpc/api/eth.go
index 91577c4d5..cafa05e34 100644
--- a/rpc/api/eth.go
+++ b/rpc/api/eth.go
@@ -250,7 +250,6 @@ func (self *ethApi) Sign(req *shared.Request) (interface{}, error) {
return v, nil
}
-
func (self *ethApi) PushTx(req *shared.Request) (interface{}, error) {
args := new(NewDataArgs)
if err := self.codec.Decode(req.Params, &args); err != nil {