fix httpclient logScope 'topic' to 'topics'
This commit is contained in:
parent
b4a3273152
commit
0cdeb04a12
|
@ -3,7 +3,7 @@ import chronicles, httputils, asyncdispatch2
|
|||
import ../client
|
||||
|
||||
logScope:
|
||||
topic = "JSONRPC-HTTP-CLIENT"
|
||||
topics = "JSONRPC-HTTP-CLIENT"
|
||||
|
||||
type
|
||||
HttpClientOptions* = object
|
||||
|
|
Loading…
Reference in New Issue