We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26637eb commit 7d6cf0eCopy full SHA for 7d6cf0e
docs/KEY_IMPLEMENTATION.md
@@ -70,7 +70,7 @@ pub async fn get_trade_keys(pool: &SqlitePool, index: i64) -> Result<Keys> {
70
### DO ✅
71
72
- **Use unique keys**: Always use `get_next_trade_keys()` for new orders.
73
-- **Sign with identity**: Prove authenticity while maintaining sender privacy.
+- **Sign with identity**: Prove authenticity via NIP-59 seal (encrypted, never publicly revealed) while maintaining sender privacy.
74
- **Update indices**: Ensure `last_trade_index` is updated after successful creation.
75
76
### DON'T ❌
0 commit comments