Fix accounts logging

This commit is contained in:
Zed 2023-08-30 03:43:49 +02:00
parent 898b19b92f
commit 37b58a5a7e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var
enableLogging = false
template log(str: varargs[string, `$`]) =
if enableLogging: echo "[accounts] ", str
if enableLogging: echo "[accounts] ", str.join("")
proc getPoolJson*(): JsonNode =
var