Typos.
This commit is contained in:
parent
b19590e339
commit
041477918c
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
||||||
this.chunks[0] == OP_DUP &&
|
this.chunks[0] == OP_DUP &&
|
||||||
this.chunks[1] == OP_HASH160 &&
|
this.chunks[1] == OP_HASH160 &&
|
||||||
this.chunks[3] == OP_EQUALVERIFY &&
|
this.chunks[3] == OP_EQUALVERIFY &&
|
||||||
this.chunks[4] == map.OP_CHECKSIG) {
|
this.chunks[4] == OP_CHECKSIG) {
|
||||||
// Transfer to Bitcoin address
|
// Transfer to Bitcoin address
|
||||||
return 'Address';
|
return 'Address';
|
||||||
} else if (this.chunks.length == 2 &&
|
} else if (this.chunks.length == 2 &&
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exract bitcoin addresses from an output script
|
* Extract bitcoin addresses from an output script
|
||||||
*/
|
*/
|
||||||
Script.prototype.extractAddresses = function (addresses)
|
Script.prototype.extractAddresses = function (addresses)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue