ui: show default zap amount in wallet view

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-21 16:56:46 -04:00
parent fcec3b4c8e
commit c456432015
2 changed files with 177 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ pub struct WalletUIState {
#[derive(Debug)]
pub enum WalletError {
InvalidURI,
NoWallet,
}
pub struct Wallet {