From caaeba878105184227baf8e03abc6c6b5bb2dd31 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 29 May 2024 14:46:08 +0100 Subject: [PATCH] fix import --- codex/slots/proofs/backends/asynccircoms.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex/slots/proofs/backends/asynccircoms.nim b/codex/slots/proofs/backends/asynccircoms.nim index 79e7286c..a9114c2c 100644 --- a/codex/slots/proofs/backends/asynccircoms.nim +++ b/codex/slots/proofs/backends/asynccircoms.nim @@ -7,10 +7,9 @@ import pkg/chronos import pkg/chronos/threadsync import pkg/questionable/results -import pkg/codex/merkletree - import ../../types import ../../../utils/asyncthreads +import ../../../merkletree import ./circomcompat