From 52517d598fdb47dfd57adf6d709e924e3d8e2576 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Tue, 13 Dec 2022 11:13:13 +0000 Subject: [PATCH] Fix typo (#1364) details: Accessing wrong result (out of two) leads to an exception --- nimbus/sync/snap/worker/db/hexary_envelope.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimbus/sync/snap/worker/db/hexary_envelope.nim b/nimbus/sync/snap/worker/db/hexary_envelope.nim index 9bba6c541..a1f88ba6b 100644 --- a/nimbus/sync/snap/worker/db/hexary_envelope.nim +++ b/nimbus/sync/snap/worker/db/hexary_envelope.nim @@ -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.