mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-21 23:33:10 +00:00
bug: fix undefined Table by import
This commit is contained in:
parent
0d7f6a05a9
commit
190398c33b
@ -1,7 +1,7 @@
|
||||
{.push raises: [].}
|
||||
|
||||
import
|
||||
std/[options, sets, sequtils, times, strformat, strutils, math, random],
|
||||
std/[options, sets, sequtils, tables, times, strformat, strutils, math, random],
|
||||
chronos,
|
||||
chronicles,
|
||||
metrics,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{.push raises: [].}
|
||||
|
||||
import std/options, results, chronicles, chronos, metrics, bearssl/rand
|
||||
import std/[options, tables], results, chronicles, chronos, metrics, bearssl/rand
|
||||
import
|
||||
../node/peer_manager, ../utils/requests, ./protocol_metrics, ./common, ./rpc_codec
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{.push raises: [].}
|
||||
|
||||
import
|
||||
std/sets,
|
||||
std/[sets, tables],
|
||||
results,
|
||||
chronicles,
|
||||
chronos,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user