Add missing import to aristo_blobify.nim (#1983)

This commit is contained in:
Guido Vranken 2024-01-24 06:09:05 +01:00 committed by GitHub
parent cba5d166f4
commit b6599b73f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{.push raises: [].}
import
std/[bitops, sequtils, sets],
std/[bitops, sequtils, sets, tables],
eth/[common, trie/nibbles],
results,
stew/endians2,