dev-bootcamp-2019 / supply-chain-cspannos

supply-chain-cspannos created by GitHub Classroom
0 stars 1 forks source link

sku can be skuCount #1

Closed ConsenSys-Academy closed 5 years ago

ConsenSys-Academy commented 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.

cspannos commented 5 years ago

Got it. Thank you.