Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 64b0c09

Browse files
authored
Merge pull request #1699 from blockchain/fix/pl-fix-send-deeplink
fix(Send BTC): if deeplink includes address update payment
2 parents a9beffb + bb2de45 commit 64b0c09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/blockchain-wallet-v4-frontend/src/data/components/sendBtc

packages/blockchain-wallet-v4-frontend/src/data/components/sendBtc/sagas.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default ({ coreSagas, networks }) => {
6363
)
6464
defaultAccountR = accountsR.map(nth(defaultIndex))
6565
payment = yield payment.from(defaultIndex, ADDRESS_TYPES.ACCOUNT)
66+
if (to) payment = yield payment.to(to)
6667
}
6768
const defaultFeePerByte = path(
6869
['fees', feeType || 'regular'],

0 commit comments

Comments
 (0)