m10io / tokeninc-smart-contracts

Ethereum Solidity Smart Contracts for Token, Inc.
3 stars 6 forks source link

Add Blacklist or Blocked mapping for accounts #10

Closed Ryanmtate closed 6 years ago

Ryanmtate commented 6 years ago

If a blocked account tries to transfer funds or receive funds money is fozen

mapping(uint => bool) blocked;