PrevOutHash sould be a string
This commit is contained in:
parent
36b964d628
commit
57ce104c96
@ -190,7 +190,7 @@ exports.CreateGeneration = function(rpcData, publicKey, extraNoncePlaceholder, r
|
|||||||
var txVersion = txMessages === true ? 2 : 1;
|
var txVersion = txMessages === true ? 2 : 1;
|
||||||
var txLockTime = 0;
|
var txLockTime = 0;
|
||||||
|
|
||||||
var txInPrevOutHash = 0;
|
var txInPrevOutHash = "";
|
||||||
var txInPrevOutIndex = Math.pow(2, 32) - 1;
|
var txInPrevOutIndex = Math.pow(2, 32) - 1;
|
||||||
var txInSequence = 0;
|
var txInSequence = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user