We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3366d commit 4b2f1f7Copy full SHA for 4b2f1f7
ethutil/value.go
@@ -397,5 +397,5 @@ func (it *ValueIterator) Value() *Value {
397
}
398
399
func (it *ValueIterator) Idx() int {
400
- return it.idx
+ return it.idx - 1
401
0 commit comments