Skip to content

Commit 02d7f1d

Browse files
authored
Merge pull request #15 from Catrya/change_mostrop2p_to_mostro
change mostrop2p to mostro
2 parents a3438d4 + 91c2dac commit 02d7f1d

18 files changed

+28
-28
lines changed

src/admin_cancel_order.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Mostro will publish two addressable events, one for the order to update the stat
5050
["fa", "100"],
5151
["pm", "face to face"],
5252
["premium", "1"],
53-
["y", "mostrop2p"],
53+
["y", "mostro"],
5454
["z", "order"]
5555
],
5656
"content": "",
@@ -73,7 +73,7 @@ And updates addressable dispute event with status `seller-refunded`:
7373
"tags": [
7474
["d", "efc75871-2568-40b9-a6ee-c382d4d6de01"],
7575
["s", "seller-refunded"],
76-
["y", "mostrop2p"],
76+
["y", "mostro"],
7777
["z", "dispute"]
7878
],
7979
"content": "",

src/admin_settle_order.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Mostro will publish two addressable events, one for the order to update the stat
5050
["fa", "100"],
5151
["pm", "face to face"],
5252
["premium", "1"],
53-
["y", "mostrop2p"],
53+
["y", "mostro"],
5454
["z", "order"]
5555
],
5656
"content": "",
@@ -73,7 +73,7 @@ And updates addressable dispute event with status `settled`:
7373
"tags": [
7474
["d", "efc75871-2568-40b9-a6ee-c382d4d6de01"],
7575
["s", "settled"],
76-
["y", "mostrop2p"],
76+
["y", "mostro"],
7777
["z", "dispute"]
7878
],
7979
"content": "",
@@ -104,7 +104,7 @@ At this point Mostro is trying to pay the buyer's invoice, right after complete
104104
["fa", "100"],
105105
["pm", "face to face"],
106106
["premium", "1"],
107-
["y", "mostrop2p"],
107+
["y", "mostro"],
108108
["z", "order"]
109109
],
110110
"content": "",

src/cancel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Mostro updates the parameterized replaceable event with `d` tag `<Order Id>` to
5757
["network", "mainnet"],
5858
["layer", "lightning"],
5959
["expiration", "1719391096"],
60-
["y", "mostrop2p"],
60+
["y", "mostro"],
6161
["z", "order"]
6262
],
6363
"content": "",
@@ -127,7 +127,7 @@ Mostro updates the parameterized replaceable event with `d` tag `<Order Id>` to
127127
["fa", "100"],
128128
["pm", "face to face"],
129129
["premium", "1"],
130-
["y", "mostrop2p"],
130+
["y", "mostro"],
131131
["z", "order"]
132132
],
133133
"content": "",

src/dispute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here is an example of the event sent by Mostro:
7272
"tags": [
7373
["d", "<Dispute Id>"],
7474
["s", "initiated"],
75-
["y", "mostrop2p"],
75+
["y", "mostro"],
7676
["z", "dispute"]
7777
],
7878
"content": "",
@@ -136,7 +136,7 @@ Also Mostro will broadcast a new addressable dispute event to update the dispute
136136
"tags": [
137137
["d", "<Dispute Id>"],
138138
["s", "in-progress"],
139-
["y", "mostrop2p"],
139+
["y", "mostro"],
140140
["z", "dispute"]
141141
],
142142
"content": "",

src/fiatsent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
9090
["network", "mainnet"],
9191
["layer", "lightning"],
9292
["expiration", "1719391096"],
93-
["y", "mostrop2p"],
93+
["y", "mostro"],
9494
["z", "order"]
9595
],
9696
"content": "",

src/list_disputes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Mostro publishes new disputes with event kind `38383` and status `initiated`:
1414
"tags": [
1515
["d", "<Dispute Id>"],
1616
["s", "initiated"],
17-
["y", "mostrop2p"],
17+
["y", "mostro"],
1818
["z", "dispute"]
1919
],
2020
"content": "",

src/list_orders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Mostro publishes new orders with event kind `38383` and status `pending`:
2323
["network", "mainnet"],
2424
["layer", "lightning"],
2525
["expiration", "1719391096"],
26-
["y", "mostrop2p"],
26+
["y", "mostro"],
2727
["z", "order"]
2828
],
2929
"content": "",

src/new_buy_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
9797
["network", "mainnet"],
9898
["layer", "lightning"],
9999
["expiration", "1719391096"],
100-
["y", "mostrop2p"],
100+
["y", "mostro"],
101101
["z", "order"]
102102
],
103103
"content": "",

src/new_buy_order_ln_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
9595
["network", "mainnet"],
9696
["layer", "lightning"],
9797
["expiration", "1719391096"],
98-
["y", "mostrop2p"],
98+
["y", "mostro"],
9999
["z", "order"]
100100
],
101101
"content": "",

src/new_sell_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
103103
["network", "mainnet"],
104104
["layer", "lightning"],
105105
["expiration", "1719391096"],
106-
["y", "mostrop2p"],
106+
["y", "mostro"],
107107
["z", "order"]
108108
],
109109
"content": "",

0 commit comments

Comments
 (0)