PrevOutHash sould be a string

This commit is contained in:
elbandi 2018-03-20 22:58:32 +01:00 committed by Matthew Little
parent 36b964d628
commit 57ce104c96

View File

@ -190,7 +190,7 @@ exports.CreateGeneration = function(rpcData, publicKey, extraNoncePlaceholder, r
var txVersion = txMessages === true ? 2 : 1;
var txLockTime = 0;
var txInPrevOutHash = 0;
var txInPrevOutHash = "";
var txInPrevOutIndex = Math.pow(2, 32) - 1;
var txInSequence = 0;