Skip to content

Commit fa9705c

Browse files
committed
Remove *_token field references
buyer_token and seller_token are deprecated, they are not necessary anymore
1 parent 54a68fe commit fa9705c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/message_suggestions_for_actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Below are suggestions for messages that clients can show to users when receiving
6060
Order ID: `id` has been successfully canceled.
6161

6262
- **dispute-initiated-by-you:**
63-
You’ve initiated a dispute for order ID: `id`. A solver will be assigned soon. Once assigned, I will share their npub with you, and only they will be able to assist you. You may contact the solver directly, but if they reach out first, please ask them to provide the token for your dispute. Your dispute token is: `user-token`.
63+
You’ve initiated a dispute for order ID: `id`. A solver will be assigned soon. Once assigned, I will share their npub with you, and only they will be able to assist you. You may contact the solver directly.
6464

6565
- **dispute-initiated-by-peer:**
66-
Your counterparty initiated a dispute for order ID: `id`. A solver will be assigned soon. Once assigned, I will share their npub with you, and only they will be able to assist you. You may contact the solver directly, but if they reach out first, please ask them to provide the token for your dispute. Your dispute token is: `user-token`.
66+
Your counterparty initiated a dispute for order ID: `id`. A solver will be assigned soon. Once assigned, I will share their npub with you, and only they will be able to assist you. You may contact the solver directly.
6767

6868
- **admin-took-dispute:**
6969
- _Admin:_ Here are the details of the dispute: `details`. You need to determine which user is correct and decide whether to cancel or complete the order. Please note that your decision will be final and cannot be reversed.
70-
- _Users:_ Solver `admin-npub` will handle your dispute. You can contact them directly, but if they reach out to you first, make sure to ask them for your dispute token.
70+
- _Users:_ Solver `admin-npub` will handle your dispute. You can contact them directly.
7171

7272
- **admin-canceled:**
7373
- _Admin:_ You have canceled order ID: `id`.

src/release.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ Mostro will send to the maker the newly child order created with the same `trade
139139
"payment_method": "face to face",
140140
"premium": 1,
141141
"created_at": 123456789,
142-
"expires_at": 123456789,
143-
"buyer_token": null,
144-
"seller_token": null
142+
"expires_at": 123456789
145143
}
146144
}
147145
}

0 commit comments

Comments
 (0)