TxIndex -> Index

This commit is contained in:
Taylor Gerring
2015-03-11 10:25:15 -05:00
parent 6bca40274f
commit d465e410ef
3 changed files with 7 additions and 6 deletions

View File

@ -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 {