tokencard / contracts

The Consumer Contract Wallet
GNU General Public License v3.0
94 stars 40 forks source link

Use address(this).balance in Balanceable.sol #590

Open i-stam opened 4 years ago

i-stam commented 4 years ago

Gas saving opt, in that way it uses selfbalance (5 gas) instead of balance (700 gas)