Closed ConsenSys-Academy closed 5 years ago
https://github.com/dev-bootcamp-2019/supply-chain-cspannos/blob/413e1e959c358e13acff951c897269a053409550/contracts/SupplyChain.sol#L103
The item sku attribute can be set to the skuCount state variable, you shouldn't have to pass it into the function as a parameter.
Got it. Thank you.
https://github.com/dev-bootcamp-2019/supply-chain-cspannos/blob/413e1e959c358e13acff951c897269a053409550/contracts/SupplyChain.sol#L103
The item sku attribute can be set to the skuCount state variable, you shouldn't have to pass it into the function as a parameter.