Update psbtMultisigQRCode.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-10-01 17:41:12 -04:00 committed by GitHub
parent 8f48c3fe6d
commit e2e5e140a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ const PsbtMultisigQRCode = () => {
};
const openScanner = async () => {
const scanned = await scanQrHelper(name, true, undefined);
const scanned = await scanQrHelper(name, true);
onBarScanned({ data: scanned });
};