Update wallet.cob

This commit is contained in:
gravermistakes 2026-07-26 16:32:31 -07:00 committed by GitHub
parent a5543e0f9c
commit 0db3d571fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
*> wallet.cob *> wallet.cob
*> Monero Wallet Interface in COBOL *> Monero Wallet Interface in COBOL
*> Handles wallet balance checks and multisig transaction creation. *> Handles wallet balance checks and multisig transaction creation.
*> Thus neefs to be *more than just monero*
*> Dependencies: Ada bridge functions (ada_get_wallet_balance, *> Dependencies: Ada bridge functions (ada_get_wallet_balance,
*> ada_build_monero_multisig_tx) *> ada_build_monero_multisig_tx)