Browse Source

Debug stuff removed

master
xcps 5 years ago committed by R4SAS
parent
commit
29ec6a5769
  1. 8
      bin/syncBlockchain.js

8
bin/syncBlockchain.js

@ -66,14 +66,6 @@ async function saveTransaction(txid, blockHeight) {
// BlockHeight: blockHeight, // BlockHeight: blockHeight,
// }); // });
sync_sql += ` sync_sql += `
SELECT 1;
SELECT 1;
SELECT 1;
SELECT 1;
SELECT 1;
SELECT 1;
SELECT 1;
SELECT 1;
INSERT INTO Transactions ( INSERT INTO Transactions (
txid, txid,
BlockHeight BlockHeight

Loading…
Cancel
Save