mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-03 22:23:06 +00:00
Merge 663df96607046311f903ae8581f7222a50d79de2 into 965b8cd752544df96b5effecbbd27a8f56a25d62
This commit is contained in:
commit
9700dc3cae
@ -13,6 +13,9 @@ type
|
|||||||
Signer* = ref object of RootObj
|
Signer* = ref object of RootObj
|
||||||
populateLock: AsyncLock
|
populateLock: AsyncLock
|
||||||
|
|
||||||
|
logScope:
|
||||||
|
topics = "ethers signer"
|
||||||
|
|
||||||
template raiseSignerError*(message: string, parent: ref CatchableError = nil) =
|
template raiseSignerError*(message: string, parent: ref CatchableError = nil) =
|
||||||
raise newException(SignerError, message, parent)
|
raise newException(SignerError, message, parent)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user