From 0db3d571fbc9b5ca1eae51833e6b715712376279 Mon Sep 17 00:00:00 2001 From: gravermistakes Date: Sun, 26 Jul 2026 16:32:31 -0700 Subject: [PATCH] Update wallet.cob --- core/src/economy/wallets/wallet.cob | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/economy/wallets/wallet.cob b/core/src/economy/wallets/wallet.cob index 39b54fe..e9400f9 100644 --- a/core/src/economy/wallets/wallet.cob +++ b/core/src/economy/wallets/wallet.cob @@ -1,6 +1,7 @@ *> wallet.cob *> Monero Wallet Interface in COBOL *> Handles wallet balance checks and multisig transaction creation. + *> Thus neefs to be *more than just monero* *> Dependencies: Ada bridge functions (ada_get_wallet_balance, *> ada_build_monero_multisig_tx)