From 48be8b13f1e54ef5b2fbe98957e86568d0ed0bec Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:38:01 +1100 Subject: [PATCH] remove mistakenly added ContractError --- ethers/contract.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/ethers/contract.nim b/ethers/contract.nim index f0bd117..13e4213 100644 --- a/ethers/contract.nim +++ b/ethers/contract.nim @@ -42,7 +42,6 @@ type response*: ?TransactionResponse convert*: ConvertCustomErrors EventHandler*[E: Event] = proc(event: ?!E) {.gcsafe, raises:[].} - ContractError* = object of EthersError func new*(ContractType: type Contract, address: Address,