Update transactions.js

This commit is contained in:
marcosrdz 2020-11-16 20:50:16 -05:00
parent 310d385b9c
commit ceba328351

View File

@ -561,7 +561,7 @@ const WalletTransactions = () => {
{wallet.current.chain === Chain.ONCHAIN && isHandOffUseEnabled && (
<Handoff
title={`Bitcoin Wallet ${wallet.current.getLabel()}`}
type="io.bluewallet.current.bluewallet"
type="io.bluewallet.bluewallet"
url={`https://blockpath.com/search/addr?q=${wallet.current.getXpub()}`}
/>
)}