Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 18, 2024
1 parent 09d70ec commit c09e45f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 18.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ A Payment Request is defined as follows
"t": Array[Transport]
}
```

Here, the fields are

- `i`: Payment id to be included in the payment payload
Expand Down Expand Up @@ -113,9 +114,9 @@ This is an example payment request expressed as JSON:
{
"t": "nostr",
"a": "nprofile1qy28wumn8ghj7un9d3shjtnyv9kh2uewd9hsz9mhwden5te0wfjkccte9curxven9eehqctrv5hszrthwden5te0dehhxtnvdakqqgydaqy7curk439ykptkysv7udhdhu68sucm295akqefdehkf0d495cwunl5",
"g": [["n","17"]]
"g": [["n", "17"]]
}
]
]
}
```

Expand Down

0 comments on commit c09e45f

Please sign in to comment.