mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-02 15:24:01 +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..] ..
|
||||
# [..probe..]
|
||||
#
|
||||
startSearch = rc.value.minPt
|
||||
startSearch = rx.value.minPt
|
||||
else:
|
||||
# Otherwise there is no interval preceding `probe`, so the zero
|
||||
# value for `start` will do the job, e.g.
|
||||
|
Loading…
x
Reference in New Issue
Block a user