mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Satisfy PayjoinClient wallet param
PayjoinClient requires named opts.wallet, we passed opts.payJoinWallet
This commit is contained in:
parent
fedcfba796
commit
f013f61847
1 changed files with 2 additions and 2 deletions
|
@ -140,13 +140,13 @@ const Confirm = () => {
|
|||
};
|
||||
payjoinClient = new PayjoinClient({
|
||||
paymentScript,
|
||||
payJoinWallet,
|
||||
wallet: payJoinWallet,
|
||||
payjoinRequester: customPayjoinRequester,
|
||||
});
|
||||
} else {
|
||||
payjoinClient = new PayjoinClient({
|
||||
paymentScript,
|
||||
payJoinWallet,
|
||||
wallet: payJoinWallet,
|
||||
payjoinUrl,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue