From 00f557fb8e0c6608bf155fa6cd14d731c672cf19 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Fri, 27 Jun 2025 15:53:55 +0000 Subject: [PATCH] Update docs.md --- development/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/docs.md b/development/docs.md index 61a150be..aa78d11b 100644 --- a/development/docs.md +++ b/development/docs.md @@ -12,7 +12,7 @@ The `Garage` contains user's tokens separated by `Slots`. Every `Slot` stores th ### Federation -The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. +The `Federation` stores information from all available coordinators. All coordinators information is aggregated here: `book` for all orders and `exchange` for `Coordinator`'s meta data. When `nostr` connection is active, `book` is filled with orders from relays instead.