v0.2.6-pre.009-fix.001

This commit is contained in:
2026-08-21 12:45:08 +02:00
parent 2b7afab663
commit 42326e7f02
8 changed files with 132 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-wallet-desk/src/wallet_session.rs
// version: 4
// version: 5
//! Durable root-scoped Wallet session lifecycle for Wallet Desk.
@@ -149,8 +149,6 @@ pub(crate) enum WalletSession {
path: std::path::PathBuf,
/// Authorized VIEW handle retaining metadata capability only in Rust.
wallet: std::boxed::Box<ksp_wallet_lib::WalletView>,
/// Whether the authenticated Wallet currently exposes a VIEW slot.
view_enabled: bool,
},
/// One Wallet kept open with OWNER capability.
Owner {