From a9f2a186d9324729cd11db31f412f9c316074e10 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Thu, 22 Feb 2018 05:19:38 -0300 Subject: [PATCH] auto-approve --- contracts/identity/Identity.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/identity/Identity.sol b/contracts/identity/Identity.sol index 2bf49bb..26afa9f 100644 --- a/contracts/identity/Identity.sol +++ b/contracts/identity/Identity.sol @@ -104,6 +104,7 @@ contract Identity is ERC725, ERC735 { approverCount: 0 }); nonce++; + approve(executionId, true); } function approve(uint256 _id, bool _approve)