From aef4ad0e53d6dfb36600c835c2faef7e30774d2c Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 29 Jun 2023 11:59:25 +0100 Subject: [PATCH] typo --- 88.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88.md b/88.md index 4357386f..133e9bde 100644 --- a/88.md +++ b/88.md @@ -165,7 +165,7 @@ User DMs relay: } ``` -Mint `burns` the old record for the ecash and creates a new record(s), depending on if sending user is owed change (the old record from `active` to `spent` table). The mint creates a new record in `active` and DMs the recipient user the private-key/ecash. If change is due, another record is created in `active` and sent back to the sender user. +Mint `burns` the old record for the ecash and creates a new record(s), depending on if sending user is owed change (the old record moves from `active` to `spent` table). The mint creates a new record in `active` and DMs the recipient user the private-key/ecash. If change is due, another record is created in `active` and sent back to the sender user. Relay DMs user(s):