auto-approve

This commit is contained in:
Ricardo Guilherme Schmidt 2018-02-22 05:19:38 -03:00
parent bab9e88c1a
commit a9f2a186d9
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ contract Identity is ERC725, ERC735 {
approverCount: 0
});
nonce++;
approve(executionId, true);
}
function approve(uint256 _id, bool _approve)