Skip to content

Commit 7d6cf0e

Browse files
committed
docs:
1 parent 26637eb commit 7d6cf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/KEY_IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub async fn get_trade_keys(pool: &SqlitePool, index: i64) -> Result<Keys> {
7070
### DO ✅
7171

7272
- **Use unique keys**: Always use `get_next_trade_keys()` for new orders.
73-
- **Sign with identity**: Prove authenticity while maintaining sender privacy.
73+
- **Sign with identity**: Prove authenticity via NIP-59 seal (encrypted, never publicly revealed) while maintaining sender privacy.
7474
- **Update indices**: Ensure `last_trade_index` is updated after successful creation.
7575

7676
### DON'T ❌

0 commit comments

Comments
 (0)