Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blech32: delete unconstructable iterator struct
Recent versions of rustc notice when public structs cannot be constructed. In this case, the struct in question a copy-and-paste from the bech32 segwit module, and it was unneeded and (clearly) unused.
- Loading branch information