Add log scope

This commit is contained in:
Arnaud 2025-06-23 07:18:25 +02:00
parent 30871c7b1d
commit 663df96607
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -13,6 +13,9 @@ type
Signer* = ref object of RootObj
populateLock: AsyncLock
logScope:
topics = "ethers signer"
template raiseSignerError*(message: string, parent: ref CatchableError = nil) =
raise newException(SignerError, message, parent)