Skip to content

Commit

Permalink
message: remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 11, 2015
1 parent 813440b commit e884e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e884e6c

Please sign in to comment.