diff --git a/ethers/signer.nim b/ethers/signer.nim index e38509e..4194a56 100644 --- a/ethers/signer.nim +++ b/ethers/signer.nim @@ -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)