Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fragment parameter case sensitivity
Bech32 fragment parameters should not be case sensitive. This fixes that by converting params and bech32 Hrp|'1' prefixes they match against to uppercase. Note that this implementation implies all fragment parameters must be case insentitive, which needs to be specified in BIP 77. Close payjoin#442
- Loading branch information