diff options
Diffstat (limited to 'src/nostr/builder.rs')
| -rw-r--r-- | src/nostr/builder.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nostr/builder.rs b/src/nostr/builder.rs index a0088e1..03132bf 100644 --- a/src/nostr/builder.rs +++ b/src/nostr/builder.rs | |||
| @@ -18,7 +18,6 @@ use crate::nostr::policy::{ | |||
| 18 | ReferenceResult, RelatedEventPolicy, StatePolicy, StateResult, | 18 | ReferenceResult, RelatedEventPolicy, StatePolicy, StateResult, |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | |||
| 22 | /// Type alias for the shared database used by the relay | 21 | /// Type alias for the shared database used by the relay |
| 23 | pub type SharedDatabase = Arc<dyn NostrDatabase>; | 22 | pub type SharedDatabase = Arc<dyn NostrDatabase>; |
| 24 | 23 | ||