Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a compile-time assertion not satisfied on Windows GCC
In CompactTXO for some reason, sizeof(u.asU564) was not equal to the `compact` field. So we work around by copying data out of the compact fielt to a temporary uint64_t for the std::hash.
- Loading branch information