Skip to content

Commit 184a373

Browse files
committed
fix imports
1 parent 126c0a8 commit 184a373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/db/aristo/aristo_compute.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import
1414
std/strformat,
1515
chronicles,
1616
eth/rlp,
17-
eth/common,
17+
eth/common/[accounts_rlp, base_rlp, hashes_rlp],
1818
results,
1919
"."/[aristo_desc, aristo_get, aristo_layers],
2020
./aristo_desc/desc_backend

0 commit comments

Comments
 (0)