Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
bitcoin
protocol handler for PWA
Closes MutinyWallet#547 In my testing I could only make the `bitcoin` handler work. This is likely due to the ["safelisted schemes"](https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme). The `send?invoice=%s` url was already being handled by the `parsePaste` function but the invoice data wasn't getting picked up, so I had to add the `handleDestination` call in there.
- Loading branch information