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,