Browse Source

Removes resolved TODO

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
64dc11486c
  1. 1
      src/script.js

1
src/script.js

@ -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

Loading…
Cancel
Save