Skip to content

Commit

Permalink
At least mention the intention of a block of assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
cag committed Dec 23, 2020
1 parent e1be93b commit 0bf6a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/CPKFactoryFacade.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ contract CPKFactoryFacade {
returns (bool)
{
address owner;
// the following assembly block extracts the owner from the signature data
// solium-disable-next-line security/no-inline-assembly
assembly {
owner := and(
Expand Down

0 comments on commit 0bf6a84

Please sign in to comment.