pragma
command to be the version you have.
Hi guys! I've been having an issue with the Shareholders Association on the latest Ethereum Wallet version (0.9). Here's the error:
Variable is declared as a storage pointer. Use an explicit "storage" keyword to silence this warning.
Was putting storage after the datatype and made it to:
string storage description;
But it still isn't working. Any thoughts on this??