Skip to content

Commit

Permalink
Deadline Update in Access Ownership Corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Nov 6, 2020
1 parent a18b5b1 commit f07a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Inherichain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ contract Inherichain {
for (uint256 user = 0; user < _approvers.length; user++) {
addApprover(_approvers[user]);
}
deadlineUpdated(_deadline, _approverDeadline, msg.sender);
updateDeadline(_deadline, _approverDeadline);
emit ownershipAccessed(
msg.sender,
_backupOwner,
Expand Down

0 comments on commit f07a847

Please sign in to comment.