From fd5c21605a1947f1ad361300c622ea55813eafec Mon Sep 17 00:00:00 2001 From: koalasat Date: Tue, 12 Nov 2024 17:21:38 +0100 Subject: [PATCH] Change network nostr tag --- api/nostr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/nostr.py b/api/nostr.py index 6c2654b23..75b442ee3 100644 --- a/api/nostr.py +++ b/api/nostr.py @@ -88,7 +88,7 @@ def generate_tags(self, order, robot_name, robot_hash_id, currency): ] ), 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"]),