v0.2.6-pre.010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-wallet-desk/src/wallet_session.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Durable root-scoped Wallet session lifecycle for Wallet Desk.
|
||||
|
||||
@@ -161,7 +161,7 @@ pub(crate) enum WalletSession {
|
||||
/// Whether the authenticated Wallet currently exposes a VIEW slot.
|
||||
view_enabled: bool,
|
||||
},
|
||||
/// One OWNER metadata mutation temporarily owns the authorized handle outside the session mutex.
|
||||
/// One OWNER-authorized privileged mutation temporarily owns the handle outside the session mutex.
|
||||
OwnerOperation {
|
||||
/// Native Wallet filename / root-scoped identifier.
|
||||
wallet_id: String,
|
||||
|
||||
Reference in New Issue
Block a user