Skip to content

Commit 0bf6a84

Browse files
committed
At least mention the intention of a block of assembly
1 parent e1be93b commit 0bf6a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/CPKFactoryFacade.sol

Lines changed: 1 addition & 0 deletions
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)