aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 23:25:15 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 23:25:15 +0800
commitd465e410eff0ab255d0e427a8cf2f37ac10311da (patch)
treee1b3abee95b1a1ba172e044b87db55069f1e54af /rpc/args.go
parent6bca40274f2056b8516543d8cc1600224789b77f (diff)
downloaddexon-d465e410eff0ab255d0e427a8cf2f37ac10311da.tar.gz
dexon-d465e410eff0ab255d0e427a8cf2f37ac10311da.tar.zst
dexon-d465e410eff0ab255d0e427a8cf2f37ac10311da.zip
TxIndex -> Index
Diffstat (limited to 'rpc/args.go')
-rw-r--r--rpc/args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/args.go b/rpc/args.go
index 2f361526a..ff41e501f 100644
--- a/rpc/args.go
+++ b/rpc/args.go
@@ -219,12 +219,12 @@ func (args *GetDataArgs) requirements() error {
type BlockNumIndexArgs struct {
BlockNumber int64
- TxIndex int64
+ Index int64
}
type HashIndexArgs struct {
BlockHash string
- TxIndex int64
+ Index int64
}
type Sha3Args struct {