We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EOSIO/eos#10087
The text was updated successfully, but these errors were encountered:
This is done already?
Sorry, something went wrong.
see "earliest_available_block_num" in screenshot.
Thanks @matthewdarwin. Checked the code in Mandel and EOSIO. They refer to the same.
In Mandel, controller.cpp has
uint32_t earliest_available_block_num() const { return (blog.first_block_num() != 0) ? blog.first_block_num() : fork_db.root()->block_num; }
In EOSIO 2.2, controller.cpp has
uint32_t controller::get_first_block_num()const { return my->blog.get_first_block_num(); }
Will close this.
No branches or pull requests
EOSIO/eos#10087
The text was updated successfully, but these errors were encountered: