You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the `SegwitHrpstringError` we return the `MissingWitnessVersion`
variant when the encoded data is empty. While true, the witness version
is missing this error is not totally descriptive because the error case
is more specific than that.
Rename `SegwitHrpstringError::MissingWitnessVersion` to
`SegwitHrpstringError::NoData`.
0 commit comments