Removes resolved TODO

This commit is contained in:
Daniel Cousens 2014-04-20 04:49:04 +10:00
parent 92f1c3e319
commit 64dc11486c

View file

@ -224,7 +224,6 @@ Script.prototype.getToAddress = function(network) {
return new Address(new Buffer(this.chunks[1]), network.scriptHash)
}
//TODO: support testnet
Script.prototype.getFromAddress = function(version) {
version = version || Network.bitcoin.pubKeyHash