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
The smart contract code appears to be mostly correct. However, there is one issue in the retailerDrugBalance function. Currently, the function is returning the balance of a specific drug for a retailer. The issue is that it is using retailer as the parameter instead of retailer_id[_retailercount]
The smart contract code appears to be mostly correct. However, there is one issue in the retailerDrugBalance function. Currently, the function is returning the balance of a specific drug for a retailer. The issue is that it is using retailer as the parameter instead of retailer_id[_retailercount]
hi @chiranjeev13 assign me this issue
The text was updated successfully, but these errors were encountered: