Skip to content

Commit 272645f

Browse files
committed
fix(sdk-coin-dot): remove redundant early return
Ticket: WP-5728
1 parent b72f323 commit 272645f

File tree

1 file changed

+0
-1
lines changed
  • modules/sdk-coin-dot/src

1 file changed

+0
-1
lines changed

modules/sdk-coin-dot/src/dot.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ export class Dot extends BaseCoin {
690690
[{ address: txBuilder['_to'], amount: txBuilder['_amount'] }]
691691
);
692692
}
693-
return true;
694693
}
695694

696695
if (txParams.recipients !== undefined) {

0 commit comments

Comments
 (0)