Skip to content

Commit

Permalink
Change network nostr tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 12, 2024
1 parent 02ac9e5 commit fd5c216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nostr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit fd5c216

Please sign in to comment.