Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chain: define enum used as bit field as uint32_t
Bitwise logic combined with `<` with undefined signedness will potentially results in undefined behavior. Fix this by defining the type as a c++11 typed enum. Fixes zcash#6017.
- Loading branch information