Skip to content

Commit

Permalink
fix 241
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Jun 26, 2022
1 parent 8f0061e commit 63badc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library LibDiamond {
bytes memory _calldata
) internal {
uint256 acceptance = block.timestamp + _delay;
diamondStorage().acceptanceTimes[keccak256(abi.encode(_diamondCut))] = acceptance;
diamondStorage().acceptanceTimes[keccak256(abi.encode(_diamondCut, _init, _calldata))] = acceptance;
emit DiamondCutProposed(_diamondCut, _init, _calldata, acceptance);
}

Expand Down

0 comments on commit 63badc8

Please sign in to comment.