From e6b610c6b351be0dde1e176158a51f33be69bbf7 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Tue, 21 May 2019 13:40:20 +0530 Subject: [PATCH] Update FLO_torrentUploader.html --- FLO_torrentUploader.html | 1 + 1 file changed, 1 insertion(+) diff --git a/FLO_torrentUploader.html b/FLO_torrentUploader.html index 69c531b..9900237 100644 --- a/FLO_torrentUploader.html +++ b/FLO_torrentUploader.html @@ -360,6 +360,7 @@ function sendDataToBlockchain(floID,name,filename,type,description,tags,filesize } overlaytext.innerHTML = "Uploading Header..." var header = JSON.stringify({FLO_Torrent:{name:name,filename:filename,type:type,size:filesize,description:description,tags:tags,chunks:chunks.length,startTx:lastTx}}); + console.log(header); if(header.length>=1048){ reject(`Header is too big! Reduce Headers and Try again!\nRemaining chunks : 0\nLast successful Txid : ${lastTx}`); }