Skip to content

Commit 04f0196

Browse files
committed
docs: include that custodial wallets address is not supported
TICKET: WP-6461
1 parent 19e2f44 commit 04f0196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/express/src/typedRoutes/api/v2/isWalletAddress.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export const IsWalletAddressResponse = {
8585
*
8686
* To verify a baseAddress, set the `baseAddress` and `address` to the base address of the wallet.
8787
*
88-
* **Limitations:**
89-
* - Forwarder v0: Cannot verify (nonce not stored). Returns `true` without verification.
88+
* Due to architecture limitations, forwarder version 0 addresses cannot be verified and will return `true` without verification.
89+
* Verifying custodial wallet addresses is not supported.
9090
*
9191
* @operationId express.v2.wallet.isWalletAddress
9292
* @tag Express

0 commit comments

Comments
 (0)