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

last_hardfork variable is int #485

Closed
theoreticalbts opened this issue Oct 4, 2016 · 1 comment
Closed

last_hardfork variable is int #485

theoreticalbts opened this issue Oct 4, 2016 · 1 comment

Comments

@theoreticalbts
Copy link
Contributor

Variable here is int, should be some fixed-size type, e.g. int64_t

@theoreticalbts
Copy link
Contributor Author

After reviewing the code and some consultation with @mvandeberg it seems the best option is uint32_t so that's what I'll do.

This was referenced Oct 28, 2016
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this issue May 28, 2018
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this issue May 28, 2018
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this issue May 28, 2018
1. Logger options use same syntax as other options (`--option=value`)
2. Unified options syntax (some had `--option value`)
3. Code style + some refactoring
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this issue May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant