* accordingly. The wallet must be unlocked prior to signing.\r
*\r
* Special note: This method can be used to sign a 16-byte nonce with a Ledger\r
- * device. The actual message signed is a string which can be expressed as the\r
- * following template literal:\r
+ * device. The nonce must be a string that encodes to 16 bytes using UTF-8. For\r
+ * this reason, although any Unicode characters can be used, it is recommended\r
+ * to only pass printable ASCII which encodes to one byte per character. The\r
+ * actual message signed is a string which can be expressed as the following\r
+ * template literal:\r
*\r
* `Nano Signed Nonce:\n${nonceBytes}`\r
*\r