Skip to content

Commit 1cda009

Browse files
authored
Update README.md
1 parent ff5907d commit 1cda009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In order to adjust this code to your products, several parameters needs to be ch
4444
* `key` - the license key to be verified (above it's MPDWY-PQAOW-FKSCH-SGAAU).
4545
* `machine_code` - the unique id of the device, which may require root access. Note, this value is not the same as the one generated by the .NET client.
4646

47-
> Note: The code above assumes that node-locking is enabled. By default, license keys created with Maximum Number of Machines set to zero, which deactivates node-locking. As a result, machines will not be registered and the call to Helpers.IsOnRightMachine(license) will return False. You can read more about this behaviour [here](https://help.cryptolens.io/faq/index#maximum-number-of-machines). For testing purposes, please feel free to remove Helpers.IsOnRightMachine(license) from the if statement.
47+
> **Note**: The code above assumes that node-locking is enabled. By default, license keys created with Maximum Number of Machines set to zero, which deactivates node-locking. As a result, machines will not be registered and the call to Helpers.IsOnRightMachine(license) will return False. You can read more about this behaviour [here](https://help.cryptolens.io/faq/index#maximum-number-of-machines). For testing purposes, please feel free to remove Helpers.IsOnRightMachine(license) from the if statement.
4848
4949
### Offline activation (saving/loading licenses)
5050
Assuming the license key verification was successful, we can save the result in a file so that we can use it instead of contacting Cryptolens.

0 commit comments

Comments
 (0)