Skip to content

Commit

Permalink
chore: CAN -> MAY
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 14, 2024
1 parent a6fc956 commit 7b3cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Response of `Bob`:
}
```

If the invoice was not paid yet, `Bob` responds with an error. In that case, `Alice` **CAN** repeat the same request until the Lightning invoice is settled, as in NUT04. If `Alice` does not include a witness on the `PostMintBolt11Request` but did include a `pubkey` in the `PostMintBolt11QuoteRequest` the `Bob` **MUST** respond with an error, `Alice` **CAN** repeat the request with a witness in order to mint the ecash.
If the invoice was not paid yet, `Bob` responds with an error. In that case, `Alice` **MAY** repeat the same request until the Lightning invoice is settled, as in NUT04. If `Alice` does not include a witness on the `PostMintBolt11Request` but did include a `pubkey` in the `PostMintBolt11QuoteRequest` then `Bob` **MUST** respond with an error, `Alice` **SHOULD** repeat the request with a witness in order to mint the ecash.

## Settings

Expand Down

0 comments on commit 7b3cd18

Please sign in to comment.