fix httpclient logScope 'topic' to 'topics'

This commit is contained in:
andri lim 2019-01-16 17:59:40 +07:00 committed by zah
parent b4a3273152
commit 0cdeb04a12
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import chronicles, httputils, asyncdispatch2
import ../client
logScope:
topic = "JSONRPC-HTTP-CLIENT"
topics = "JSONRPC-HTTP-CLIENT"
type
HttpClientOptions* = object