Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32bit build errors #17

Open
dcousens opened this issue Sep 17, 2018 · 1 comment
Open

32bit build errors #17

dcousens opened this issue Sep 17, 2018 · 1 comment
Labels

Comments

@dcousens
Copy link
Contributor

Ref #16 (comment)

@dcousens dcousens added the bug label Sep 17, 2018
@dcousens dcousens self-assigned this Sep 17, 2018
@dcousens
Copy link
Contributor Author

dcousens commented Sep 26, 2018

include/bitcoin.hpp:114:33: error: conversion to ‘size_t {aka unsigned int}’ from ‘long long unsigned int’ may alter its value [-Werror=conversion]

This is a bit harder without a cast... I suspect I will need to throw if size_t isn't enough for the variable integer. (although this is never likely to be an actual problem... 2**32 transactions is quite a lot!)

@dcousens dcousens removed their assignment Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant