Skip to content

Commit

Permalink
Update contracts/acl/ACL.sol
Browse files Browse the repository at this point in the history
Co-Authored-By: sohkai <qisheng.brett.sun@gmail.com>
  • Loading branch information
izqui and sohkai committed Apr 9, 2019
1 parent 49bb4e3 commit 25d08da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/acl/ACL.sol
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ contract ACL is IACL, TimeHelpers, AragonApp, ACLHelpers {
)

if gt(success, 0) {
// Check number of bytes returned from last function call
// Check number of bytes returned from last external call
switch returndatasize

// 32 bytes returned: check if true
Expand Down

0 comments on commit 25d08da

Please sign in to comment.