Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
segwit: Rename EncodeError::Write variant to Fmt
Its cleaner if both the `lib.rs` `EncodeError` and the `segwit::EncodeError` use variants named uniformly. In preparation for adding `Write` and `Fmt` variants (for `std::io::Write` and `fmt::Write` respectively) to the `EncodeError` in `lib.rs` rename the current `EncodeError::Write(fmt::Error)` variant to `Fmt`.
- Loading branch information