From d9d0ba29031dbd60aeeb91b454224be2393c5b45 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 14 Sep 2025 03:00:29 +0200 Subject: [PATCH] Update wallets/README.md (#2530) --- wallets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wallets/README.md b/wallets/README.md index e517d598..aee02959 100644 --- a/wallets/README.md +++ b/wallets/README.md @@ -68,6 +68,7 @@ That's it! - add enum value to `WalletRecvProtocolName` or `WalletSendProtocolName` - add table to store protocol config - run `npx prisma migrate dev --create-only` +- **for send protocols, it is important that the names for encrypted columns end with `vaultId`**
Example