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
etheraccount/src/etheraccount.cpp:75:20: warning: abigen warning (Action does not have a ricardian contract) void etheraccount::pushtx( const bytes& rlptx, const asset& txfee, uint3... ^ Warning, action does not have a ricardian contract 1 warning generated. make[4]: *** [CMakeFiles/etheraccount.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [etheraccount_project-prefix/src/etheraccount_project-stamp/etheraccount_project-build] Error 2 make[1]: *** [CMakeFiles/etheraccount_project.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
etheraccount/src/etheraccount.cpp:75:20: warning:
abigen warning (Action does not have a ricardian contract)
void etheraccount::pushtx( const bytes& rlptx, const asset& txfee, uint3...
^
Warning, action does not have a ricardian contract
1 warning generated.
make[4]: *** [CMakeFiles/etheraccount.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [etheraccount_project-prefix/src/etheraccount_project-stamp/etheraccount_project-build] Error 2
make[1]: *** [CMakeFiles/etheraccount_project.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: