Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 13, 2024
1 parent e4c0b32 commit 780d61d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions kit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 780d61d

Please sign in to comment.