mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-02 23:35:31 +00:00
Fix typo (#1364)
details: Accessing wrong result (out of two) leads to an exception
This commit is contained in:
parent
cc2c888a63
commit
52517d598f
@ -409,7 +409,7 @@ proc hexaryEnvelopeTouchedBy*(
|
|||||||
# .. [..rx..] ..
|
# .. [..rx..] ..
|
||||||
# [..probe..]
|
# [..probe..]
|
||||||
#
|
#
|
||||||
startSearch = rc.value.minPt
|
startSearch = rx.value.minPt
|
||||||
else:
|
else:
|
||||||
# Otherwise there is no interval preceding `probe`, so the zero
|
# Otherwise there is no interval preceding `probe`, so the zero
|
||||||
# value for `start` will do the job, e.g.
|
# value for `start` will do the job, e.g.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user