Correct typos
This commit is contained in:
parent
415804cc5b
commit
458e36b20d
@ -49,7 +49,7 @@ contract ApproveAndCallFallBack {
|
||||
|
||||
//Actual token contract
|
||||
|
||||
contract CatDrugsDoken is ERC20Interface, SafeMath {
|
||||
contract CatDrugsToken is ERC20Interface, SafeMath {
|
||||
string public symbol;
|
||||
string public name;
|
||||
uint8 public decimals;
|
||||
@ -113,4 +113,3 @@ contract CatDrugsDoken is ERC20Interface, SafeMath {
|
||||
revert();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user