Skip to content

Commit

Permalink
store specify key
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Nov 26, 2024
1 parent 8b4aa14 commit 58a6462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XX.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The mint uses `k` to look up a `response = D[k]` and discriminates execution bas

### Store

After any mint, melt and swap request is processed and the response has been deemed to be successful (`status_code == 200`), Bob should store the response in `D`.
After any mint, melt and swap request is processed and the response has been deemed to be successful (`status_code == 200`), Bob should store the response in `D` under key `k` (`D[k] = response`).

### Expiry

Expand Down

0 comments on commit 58a6462

Please sign in to comment.