Removes resolved TODO
This commit is contained in:
parent
92f1c3e319
commit
64dc11486c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue