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": "",

src/new_sell_range_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
8585
["network", "mainnet"],
8686
["layer", "lightning"],
8787
["expiration", "1719391096"],
88-
["y", "mostrop2p"],
88+
["y", "mostro"],
8989
["z", "order"]
9090
],
9191
"content": "",

src/other_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This event contains specific data about a Mostro instance. The instance is ident
9393
],
9494
[
9595
"y",
96-
"mostrop2p"
96+
"mostro"
9797
],
9898
[
9999
"z",

src/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
8787
["fa", "100"],
8888
["pm", "face to face"],
8989
["premium", "1"],
90-
["y", "mostrop2p"],
90+
["y", "mostro"],
9191
["z", "order"]
9292
],
9393
"content": "",
@@ -119,7 +119,7 @@ Mostro will then attempt to pay the buyer's invoice, if the payment successds Mo
119119
["network", "mainnet"],
120120
["layer", "lightning"],
121121
["expiration", "1719391096"],
122-
["y", "mostrop2p"],
122+
["y", "mostro"],
123123
["z", "order"]
124124
],
125125
"content": "",

src/seller_pay_hold_invoice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
113113
["fa", "100"],
114114
["pm", "face to face"],
115115
["premium", "1"],
116-
["y", "mostrop2p"],
116+
["y", "mostro"],
117117
["z", "order"]
118118
],
119119
"content": "",
@@ -185,7 +185,7 @@ And updates the addressable event with `d` tag `<Order Id>` to change the status
185185
["network", "mainnet"],
186186
["layer", "lightning"],
187187
["expiration", "1719391096"],
188-
["y", "mostrop2p"],
188+
["y", "mostro"],
189189
["z", "order"]
190190
],
191191
"content": "",

src/take_buy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Mostro updates the event with `d` tag `<Order Id>` to change the status to `Wait
8484
["network", "mainnet"],
8585
["layer", "lightning"],
8686
["expiration", "1719391096"],
87-
["y", "mostrop2p"],
87+
["y", "mostro"],
8888
["z", "order"]
8989
],
9090
"content": "",
@@ -144,7 +144,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
144144
["network", "mainnet"],
145145
["layer", "lightning"],
146146
["expiration", "1719391096"],
147-
["y", "mostrop2p"],
147+
["y", "mostro"],
148148
["z", "order"]
149149
],
150150
"content": "",
@@ -222,7 +222,7 @@ Finally Mostro updates the addressable event with `d` tag `<Order Id>` to change
222222
["network", "mainnet"],
223223
["layer", "lightning"],
224224
["expiration", "1719391096"],
225-
["y", "mostrop2p"],
225+
["y", "mostro"],
226226
["z", "order"]
227227
],
228228
"content": "",

src/take_sell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
6969
["network", "mainnet"],
7070
["layer", "lightning"],
7171
["expiration", "1719391096"],
72-
["y", "mostrop2p"],
72+
["y", "mostro"],
7373
["z", "order"]
7474
],
7575
"content": "",
@@ -142,7 +142,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
142142
["fa", "100"],
143143
["pm", "face to face"],
144144
["premium", "1"],
145-
["y", "mostrop2p"],
145+
["y", "mostro"],
146146
["z", "order"]
147147
],
148148
"content": "",

src/take_sell_ln_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
7474
["network", "mainnet"],
7575
["layer", "lightning"],
7676
["expiration", "1719391096"],
77-
["y", "mostrop2p"],
77+
["y", "mostro"],
7878
["z", "order"]
7979
],
8080
"content": "",

src/take_sell_range_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Mostro updates the addressable event with `d` tag `<Order Id>` to change the sta
7676
["network", "mainnet"],
7777
["layer", "lightning"],
7878
["expiration", "1719391096"],
79-
["y", "mostrop2p"],
79+
["y", "mostro"],
8080
["z", "order"]
8181
],
8282
"content": "",

0 commit comments

Comments
 (0)