script: semicolon.

This commit is contained in:
Christopher Jeffrey 2016-10-02 07:33:10 -07:00
parent 2593572066
commit bf0a22e138
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -301,7 +301,7 @@ Script.prototype.execute = function execute(stack, flags, tx, index, version) {
var alt = [];
var state = [];
var negate = 0;
var op, code, data
var op, code, data;
var val, v1, v2, v3;
var num, n1, n2, n3;
var m, n, key, sig;