Skip to content

Commit 848afce

Browse files
fix(sdk-core): pass wallet to signTransaction
Issue: BTC-1450
1 parent 33f3b10 commit 848afce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-core/src/bitgo/wallet/wallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ export class Wallet implements IWallet {
19351935
return this.baseCoin.signTransaction({
19361936
...signTransactionParams,
19371937
prv: this.getUserPrv(presign as GetUserPrvOptions),
1938+
wallet: this,
19381939
});
19391940
}
19401941

0 commit comments

Comments
 (0)