Commit 8a49c2d
committed
fix(sdk-core): use decrypt/encrypt in createOfflineKeyGenRound1Share
BitGoBase.decrypt and .encrypt already return Promise<string>; the
Async variants do not exist and caused a TS2339 build failure on master
for every package depending on sdk-core.
Ticket: WCI-10231 parent e9c3e74 commit 8a49c2d
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
667 | | - | |
668 | | - | |
| 666 | + | |
669 | 667 | | |
670 | 668 | | |
671 | 669 | | |
| |||
692 | 690 | | |
693 | 691 | | |
694 | 692 | | |
695 | | - | |
| 693 | + | |
696 | 694 | | |
697 | 695 | | |
698 | 696 | | |
| |||
0 commit comments