Skip to content

Commit 3e16525

Browse files
authored
Merge pull request #18 from arkanoider/restore-wrapper
Modified wrapper name of the message
2 parents eb224f2 + f28e554 commit 3e16525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)