Skip to content

Commit

Permalink
sendraw: Removed testing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanwoodburn committed Jun 14, 2023
1 parent db01729 commit 954e171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/hsd-ledger
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 954e171

Please sign in to comment.