Commit f524fa0
committed
fix(sdk-core): add authorize to NO_RECIPIENT_TX_TYPES
SOL authorize stake account operations (intentType 'authorize') have no
explicit transfer recipient. Without this entry, resolveEffectiveTxParams
would throw InvalidTransactionError when signing an authorize transaction
with no buildParams.
Ticket: WCI-1111
Session-Id: 1c178dac-6528-4ee7-937d-974216871d68
Task-Id: e91df1ba-6cf4-4b0c-8df2-2588f555481e1 parent 070fb5d commit f524fa0
2 files changed
Lines changed: 8 additions & 0 deletions
File tree
- modules/sdk-core
- src/bitgo/utils/tss
- test/unit/bitgo/utils/tss
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
363 | 368 | | |
364 | 369 | | |
365 | 370 | | |
| |||
0 commit comments