From 5f820fc97153e637a533eeedbcaba0a68b2068cb Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 5 Jul 2023 14:55:44 +0200 Subject: [PATCH] Cleanup --- testmodule/testWallet.nim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testmodule/testWallet.nim b/testmodule/testWallet.nim index 6b60f1d..df3afdd 100644 --- a/testmodule/testWallet.nim +++ b/testmodule/testWallet.nim @@ -9,11 +9,6 @@ type Erc20* = ref object of Contract proc transfer*(erc20: Erc20, recipient: Address, amount: UInt256) {.contract.} suite "Wallet": - - #TODO add more tests. I am not sure if I am testing everything currently - #TODO take close look at current signing tests. I am not 100% sure they are correct and work - #TODO add setup/teardown if required. Currently doing all nonces manually - var provider: JsonRpcProvider var snapshot: JsonNode