Commit 697c7e1
Z User
fix: correct rawSign API signature
Remove invalid user_jwts parameter from rawSign call.
The official @privy-io/node SDK signature is:
privy.wallets().rawSign(walletId, { params: { hash } })
Authorization for user-owned wallets is handled via PrivyClient
initialization (appSecret), not through rawSign parameters.
Fixes CodeRabbit review feedback on PR keep-starknet-strange#63.1 parent f0ab079 commit 697c7e1
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments