Merge pull request #1616 from RoboSats/change-network-nostr-tag
Some checks failed
Lint: Python Coordinator / Run linters (push) Has been cancelled

Change network nostr tag
This commit is contained in:
KoalaSat 2024-11-14 12:38:35 +00:00 committed by GitHub
commit db37ab7b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ class Nostr:
]
),
Tag.parse(["y", "robosats", config("COORDINATOR_ALIAS", cast=str).lower()]),
Tag.parse(["n", str(config("NETWORK"))]),
Tag.parse(["network", str(config("NETWORK"))]),
Tag.parse(["layer"] + self.get_layer_tag(order)),
Tag.parse(["bond", str(order.bond_size)]),
Tag.parse(["z", "order"]),