From 954e171485ab97a5d12b9966ed115f17f118a6ac Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 14 Jun 2023 17:12:53 +1000 Subject: [PATCH] sendraw: Removed testing comment --- bin/hsd-ledger | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/hsd-ledger b/bin/hsd-ledger index 6c4316d..7b72a82 100755 --- a/bin/hsd-ledger +++ b/bin/hsd-ledger @@ -134,8 +134,6 @@ async function sendRaw(wclient, nclient, config, ledger, args) { // Create a fun const network = Network.get(config.str('network')); // Get the network const id = config.str('wallet-id'); // Get the wallet id const acct = config.str('account-name'); // Get the account name - // Log the arguments to the console (for debugging) - const batch = JSON.parse(args[0]); // Get the batch const names = JSON.parse(args[1]); // Get the names await wclient.execute('selectwallet', [id]); // Select the wallet