Eitan-Lev / DepositContract

Payment channels using Solidity and SGX. Truffle for tests and infrastructure
GNU General Public License v3.0
7 stars 2 forks source link

Require minimal fee as modifier #13

Open Eitan-Lev opened 5 years ago

Eitan-Lev commented 5 years ago

Currently minimal fee is enforced with require inside the method. Use modifier costs instead, to match common code convention. Implement in all relevant functions.