Skip to content

Commit a06739f

Browse files
Update .snippets/code/tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-with-dry-run.ts
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent d10cc57 commit a06739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.snippets/code/tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-with-dry-run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function teleport() {
4545

4646
console.log('Dry run result 2:', dryRunResult2);
4747

48-
// Check if both dry runs were successful before proceeding
48+
// Log if both dry runs were successful before proceeding
4949
console.log('Dry run results:');
5050
console.log('Transaction 1:');
5151
console.dir(dryRunResult1, { depth: null });

0 commit comments

Comments
 (0)