Skip to content

Commit f28e554

Browse files
authored
chore: changed wrapper order to restor
1 parent eb224f2 commit f28e554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/restore_session.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Client sends a Gift wrap Nostr event to Mostro with the following rumor's conten
88

99
```json
1010
{
11-
"order": {
11+
"restore": {
1212
"version": 1,
1313
"action": "restore-session",
1414
"payload": null
@@ -22,7 +22,7 @@ Mostro will respond with a message containing all non-finalized orders (e.g., st
2222

2323
```json
2424
{
25-
"order": {
25+
"restore": {
2626
"version": 1,
2727
"action": "restore-session",
2828
"payload": {
@@ -73,7 +73,7 @@ When switching to desktop, after restoring the mnemonic, the client sends `resto
7373

7474
```json
7575
{
76-
"order": {
76+
"restore": {
7777
"version": 1,
7878
"action": "restore-session",
7979
"payload": {

0 commit comments

Comments
 (0)