Browse Source

Debug stuff removed

pull/1/head
xcps 5 years ago committed by GitHub
parent
commit
4e726f505f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      bin/syncBlockchain.js

8
bin/syncBlockchain.js

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

Loading…
Cancel
Save