Skip to content

Commit

Permalink
Merge pull request #1616 from RoboSats/change-network-nostr-tag
Browse files Browse the repository at this point in the history
Change network nostr tag
  • Loading branch information
KoalaSat authored Nov 14, 2024
2 parents 8c15c4f + fd5c216 commit db37ab7
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 db37ab7

Please sign in to comment.