Skip to content

Commit 06bb715

Browse files
Merge pull request #899 from ZZiigguurraatt/default_universe_wording
further clarify federations and the default universe
2 parents ac48f05 + 2dfd3ce commit 06bb715

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lightning-network-tools/taproot-assets/universes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ You may also make use of the UI available through Lightning Terminal
7474

7575
## Federations
7676

77-
A federation is a list of universes you connect to. At first, your federation consists only of the default universe. You can manually add additional universes to sync to and from to your federation. You can see this federation with `tapcli universe federation list`.
77+
A federation is a list of universes your `tapd` node connect to. You can see this federation with `tapcli universe federation list`.
7878

79-
If you would like to add a universe to this federation, you can do this on with `tapcli universe federation add --universe_host <universe_ip:port>`
79+
At first, your federation consists only of the default universe (mentioned above). If you don't want to use the default universe, set `universe.no-default-federation=true` in `tapd.conf` so that it isn't automatically added to your federation list.
80+
81+
You can manually add additional universes to your federation that your `tapd` node pushes to and pulls from. You can do this on with `tapcli universe federation add --universe_host <universe_ip:port>`
8082

8183
Similarly, you can remove universes from this federation with `tapcli universe federation del --universe_host <universe_ip>:port`
8284

0 commit comments

Comments
 (0)