You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using CONTRACT macro, if the filename uses a . or different .cpp filename (ex: eosio.faucet.cpp ) it causes an error 8000000000000000000 when deployed.
Issue
When using
CONTRACT
macro, if the filename uses a.
or different .cpp filename (ex:eosio.faucet.cpp
) it causes an error8000000000000000000
when deployed.Refactoring
eosio::contract
=>CONTRACT
eosio.time
repoPossible solutions
--contract-name=<string>
The text was updated successfully, but these errors were encountered: