From a8b82f7a781a21607858fb62bdca721d202f9ed0 Mon Sep 17 00:00:00 2001 From: voxel1922 <96955408+voxel1922@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:13:13 +0300 Subject: [PATCH] Update wallet.sol --- wallet.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet.sol b/wallet.sol index 688f5b3..0df3c62 100644 --- a/wallet.sol +++ b/wallet.sol @@ -1,6 +1,7 @@ //credits to Solidity by Example version 0.8.13 //This repository is LENS FORK //stay woke +//GM contract MultiSigWallet { event Deposit(address indexed sender, uint amount, uint balance);