eshon / conference

A simple Ethereum smart contract + DApp example
175 stars 106 forks source link

added a modifier to restrict access #34

Open aadi05 opened 4 years ago

aadi05 commented 4 years ago

Instead of writing if statement again in every owner function, I added a modifier that will restrict access and written only once.