message: remove old TODO
This commit is contained in:
parent
64657eb81f
commit
47364293a9
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ function sign (keyPair, message, network) {
|
|||
return signature.toCompact(i, keyPair.compressed)
|
||||
}
|
||||
|
||||
// TODO: network could be implied from address
|
||||
function verify (address, signature, message, network) {
|
||||
if (!Buffer.isBuffer(signature)) {
|
||||
signature = new Buffer(signature, 'base64')
|
||||
|
|
Loading…
Reference in a new issue