Change network nostr tag

This commit is contained in:
koalasat 2024-11-12 17:21:38 +01:00
parent 02ac9e59dd
commit fd5c21605a
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -88,7 +88,7 @@ class Nostr:
] ]
), ),
Tag.parse(["y", "robosats", config("COORDINATOR_ALIAS", cast=str).lower()]), 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(["layer"] + self.get_layer_tag(order)),
Tag.parse(["bond", str(order.bond_size)]), Tag.parse(["bond", str(order.bond_size)]),
Tag.parse(["z", "order"]), Tag.parse(["z", "order"]),