mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
Remove stale comment
This commit is contained in:
@@ -80,7 +80,6 @@ class K256Pair extends KeyPair {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_createSignature(message) {
|
_createSignature(message) {
|
||||||
// The key.sign message silently discards options
|
|
||||||
return this.key().sign(this.hashMessage(message), {canonical: true});
|
return this.key().sign(this.hashMessage(message), {canonical: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user