From 780d61d0b02a7b92cede1689f8a5cf399538f9d5 Mon Sep 17 00:00:00 2001 From: Mikers Date: Sat, 13 Jan 2024 11:43:17 -1000 Subject: [PATCH] debug --- kit/index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/kit/index.js b/kit/index.js index 99b2078..2304d34 100644 --- a/kit/index.js +++ b/kit/index.js @@ -45,18 +45,7 @@ function initNode(filAmount, blockTimeMs) { } function sendFil(accounts, amount) { - if (!process.argv.includes("itest")) { return; - } - accounts.forEach((acc) => { - res = request("POST", nodeManagerUrl + "/send", { - json: { - receiver: acc, - amount: amount, - }, - }); - console.log(JSON.parse(res.getBody())); - }); } module.exports = {