mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
Fix amountless onchain
This commit is contained in:
committed by
benthecarman
parent
cfce8418e4
commit
e8b580d87d
@@ -267,6 +267,7 @@ export function Receive() {
|
||||
setRawReceiveStrings({ address });
|
||||
return `bitcoin:${address}?${params}`;
|
||||
} else {
|
||||
setRawReceiveStrings({ address });
|
||||
return `bitcoin:${address}`;
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user