Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't derive
Serialize
& Deserialize
for txids
Deriving `serde::Serialize` & `serde::Deserialize` for `transaction::Hash` was superfluous, and we didn't need it anywhere in the code.
- Loading branch information