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