Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c36effc

Browse files
committedDec 23, 2020
At least mention the intention of a block of assembly
1 parent 020a620 commit c36effc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎contracts/CPKFactoryFacade.sol

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ contract CPKFactoryFacade {
3838
returns (bool)
3939
{
4040
address owner;
41+
// the following assembly block extracts the owner from the signature data
4142
// solium-disable-next-line security/no-inline-assembly
4243
assembly {
4344
owner := and(

0 commit comments

Comments
 (0)