This commit is contained in:
Ben 2023-06-29 11:59:25 +01:00
parent bd584464c0
commit aef4ad0e53

2
88.md
View File

@ -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): Relay DMs user(s):