Commit d39af2e
committed
fix(sdk-core): send staking tx signatures based on wallet config
- staking signatures for multi-sig wallets on coins that support both
multisig & tss
- the send logic used the coin configuration to determine if calling
'send' would be required, but this does not work on coin/wallet pairs
where both mpc and multisig are supported
- fix logic to use wallet configuration instead of coin configuration in
these cases
TICKET: WP-0000001 parent 7a63c5b commit d39af2e
File tree
2 files changed
+12
-2
lines changed- modules
- bitgo/test/v2/unit/staking
- sdk-core/src/bitgo/staking
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
| 338 | + | |
337 | 339 | | |
338 | | - | |
| 340 | + | |
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
| |||
0 commit comments