Correct scriptVector() return value to {Stack}

The previously documented return value was {Boolean}.
This commit is contained in:
Orfeas Stefanos Thyfronitis Litos 2018-02-26 21:32:06 +00:00 committed by Christopher Jeffrey
parent 179c53d97f
commit c15cfbc081
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -559,7 +559,7 @@ class MTX extends TX {
* based on a previous script.
* @param {Script} prev
* @param {Buffer} ring
* @return {Boolean}
* @return {Stack}
*/
scriptVector(prev, ring) {