From 018bac0c7582ecb02fe12bb3035b9fbe57a39c73 Mon Sep 17 00:00:00 2001 From: adjoly Date: Sun, 10 Aug 2025 20:39:03 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8F=97=EF=B8=8F=E3=80=8D=20wip:?= =?UTF-8?q?=20work=20in=20progress,=20not=20done=20yet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/knlWallet.sol | 2 ++ 1 file changed, 2 insertions(+) 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;