Merge 663df96607046311f903ae8581f7222a50d79de2 into 965b8cd752544df96b5effecbbd27a8f56a25d62

This commit is contained in:
Arnaud 2025-12-13 09:04:43 +01:00 committed by GitHub
commit 9700dc3cae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)