mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-04 22:53:08 +00:00
chore: fix warning
This commit is contained in:
parent
99b600f554
commit
119c0dff9c
@ -54,7 +54,7 @@ proc new*(
|
||||
url=defaultUrl,
|
||||
pollingInterval=defaultPollingInterval,
|
||||
maxPriorityFeePerGas=defaultMaxPriorityFeePerGas
|
||||
): JsonRpcProvider {.raises: [JsonRpcProviderError].} =
|
||||
): JsonRpcProvider {.raises: [].} =
|
||||
|
||||
var initialized: Future[void]
|
||||
var client: RpcClient
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user