From df384a7b1e5430b8a705d4a547c6e63411cc5131 Mon Sep 17 00:00:00 2001 From: reya Date: Tue, 13 Jan 2026 14:58:21 +0700 Subject: [PATCH] . --- crates/device/src/lib.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/crates/device/src/lib.rs b/crates/device/src/lib.rs index f5ee5f6..2c587ea 100644 --- a/crates/device/src/lib.rs +++ b/crates/device/src/lib.rs @@ -23,21 +23,17 @@ struct GlobalDeviceRegistry(Entity); impl Global for GlobalDeviceRegistry {} /// Device Registry +/// +/// NIP-4e: https://github.com/nostr-protocol/nips/blob/per-device-keys/4e.md #[derive(Debug)] pub struct DeviceRegistry { /// Device signer - /// - /// NIP-4e: https://github.com/nostr-protocol/nips/blob/per-device-keys/4e.md pub device_signer: Entity>>, /// Device requests - /// - /// NIP-4e: https://github.com/nostr-protocol/nips/blob/per-device-keys/4e.md requests: Entity>, /// Device state - /// - /// NIP-4e: https://github.com/nostr-protocol/nips/blob/per-device-keys/4e.md state: DeviceState, /// Async tasks