Skip to content

Commit

Permalink
Fix placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-perez-rodriguez committed Feb 21, 2024
1 parent e9da028 commit 0b41e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/wallet-provider/nostr/inbound-transaction-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An _Inbound Transaction Start_ event has the following form:
["t", "inbound-transaction-start"],
...,
],
"content": "{transactionContent}",
"content": "{inboundTransactionContent}",
"sig": "{signature}"
}
```
Expand Down
2 changes: 1 addition & 1 deletion pages/wallet-provider/nostr/outbound-transaction-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An _Outbound Transaction Start_ event has the following form:
["t", "outbound-transaction-start"],
...,
],
"content": "{transactionContent}",
"content": "{outboundTransactionContent}",
"sig": "{signature}"
}
```
Expand Down

0 comments on commit 0b41e30

Please sign in to comment.