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
Get rid of stringstream usage, use fc::raw::pack() override which returns vector<char>.
fc::raw::pack()
vector<char>
The text was updated successfully, but these errors were encountered:
Mostly already done by 6b593c2
Sorry, something went wrong.
Finish removing std::stringstream from raw_block_api.cpp #452
ac54779
Resolved, closing.
Recalculte rshares2 after switching to HF17. steemit#452
fcee292
Merge pull request steemit#453 from GolosChain/452-recalculate-rshare…
b6e5162
…s2-on-switch-to-hf17 Recalculate rshares2 on switch to hf17 steemit#452
theoreticalbts
No branches or pull requests
Get rid of stringstream usage, use
fc::raw::pack()
override which returnsvector<char>
.The text was updated successfully, but these errors were encountered: