Correct scriptVector() return value to {Stack}
The previously documented return value was {Boolean}.
This commit is contained in:
parent
179c53d97f
commit
c15cfbc081
@ -559,7 +559,7 @@ class MTX extends TX {
|
|||||||
* based on a previous script.
|
* based on a previous script.
|
||||||
* @param {Script} prev
|
* @param {Script} prev
|
||||||
* @param {Buffer} ring
|
* @param {Buffer} ring
|
||||||
* @return {Boolean}
|
* @return {Stack}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
scriptVector(prev, ring) {
|
scriptVector(prev, ring) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user