proposal manager executes to its controller

This commit is contained in:
Ricardo Guilherme Schmidt 2017-12-19 23:06:19 -02:00
parent 6766c5d7b1
commit de97724687
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pragma solidity ^0.4.14; pragma solidity ^0.4.14;
contract ApproveAndCallFallBack { contract ApproveAndCallFallBack {
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public; function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public ;
} }