SaL--dApp icon indicating copy to clipboard operation
SaL--dApp copied to clipboard

Add visibility specifier to addemp function in allemp contract

Open adil-techcode opened this issue 1 year ago • 1 comments

In the allemp contract, consider adding a visibility specifier to the addemp function. Since it is modifying contract state, it is good practice to explicitly specify the visibility. For example, you can use external instead of public depending on your requirements. Please assign this issue to me under GSSOC'23. Thank You!

Screenshot (60)

adil-techcode avatar May 23 '23 15:05 adil-techcode