Skip to content

Commit 600c72d

Browse files
committed
clean
1 parent 1f504b0 commit 600c72d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ export async function playgroundHandler(args: HandlerArgs): Promise<void> {
430430
console.log(`bondedTxs: ${bondedTxs}`);
431431

432432
let signer = getAccount(undefined, 1);
433+
// -------------------- ^^^ insert seed here to use a different account
433434
for (let tx of ledgerBatchTx) {
434435
const sudo = rcApiNow.tx.sudo.sudo(tx);
435436
await sendAndFinalize(sudo, signer)

0 commit comments

Comments
 (0)