Skip to content

Commit 954e171

Browse files
sendraw: Removed testing comment
1 parent db01729 commit 954e171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/hsd-ledger

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ async function sendRaw(wclient, nclient, config, ledger, args) { // Create a fun
134134
const network = Network.get(config.str('network')); // Get the network
135135
const id = config.str('wallet-id'); // Get the wallet id
136136
const acct = config.str('account-name'); // Get the account name
137-
// Log the arguments to the console (for debugging)
138-
139137
const batch = JSON.parse(args[0]); // Get the batch
140138
const names = JSON.parse(args[1]); // Get the names
141139
await wclient.execute('selectwallet', [id]); // Select the wallet

0 commit comments

Comments
 (0)