Skip to content

Commit

Permalink
ecash loss, not data loss
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Oct 26, 2024
1 parent feda0d9 commit df266f9
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 @@ -5,7 +5,7 @@ NUT-XX: Cached Responses

---

To mitigate the risk of potential ecash loss due to network errors during critical operations such as minting, swapping, and melting, we introduce a caching mechanism for successful responses. This mechanism uses the `POST` request path and the serialized body contents to derive a key and then cache the responses using that key. If an identical request is received, the system will provide the cached response, minimizing the risk of data loss in the event of network disruptions.
To mitigate the risk of potential ecash loss due to network errors during critical operations such as minting, swapping, and melting, we introduce a caching mechanism for successful responses. This mechanism uses the `POST` request path and the serialized body contents to derive a key and then cache the responses using that key. If an identical request is received, the system will provide the cached response, minimizing the risk of ecash loss in the event of network disruptions.


## Requests & Responses
Expand Down

0 comments on commit df266f9

Please sign in to comment.