diff --git a/code/knlWallet.sol b/code/knlWallet.sol index bb5b646..c1c70ae 100644 --- a/code/knlWallet.sol +++ b/code/knlWallet.sol @@ -4,6 +4,8 @@ pragma solidity 0.8.28; import "./lib/forge-std/src/interfaces/IERC20.sol"; +// TODO: test deploying and test functions + contract knlWallet { struct Transaction { address destination;