-
- Downloads
Type bug in shared_random_state -- make sure Version is int.
The confparse field has type UINT, which corresponds to an int type. We had uint32_t. This shouldn't cause trouble in practice, since int happens to 4-bytes wide on every platform where an authority is running. It's still wrong, though.
Please register or sign in to comment