Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail Unified QR URI parsing if any known param fails
Previously, we decided to continue parsing any fields if we failed to parse a known (i.e., `lightning` or `lno`) parameter failed to parse. This however just hides the error and is a bit anti-idiomatic even though allowing to use *some* URI fields even in the face of incompatible formats for others. Here we therefore opt to fail parsing the URI if any field fails.
- Loading branch information