build-ico-app-in-ethereum-solidity
build-ico-app-in-ethereum-solidity copied to clipboard
error in Crowdsale-stage-3.sol
In the file build-ico-app-in-ethereum-solidity/crowdsale_stage3/contracts/Crowdsale-stage-3.sol the line 128: for(uint i=0; i<=contributions.length; i++){ should be for(uint i=0; @@i<contributions.length; i++){