Skip to content

Commit 2da27cf

Browse files
ronaldsg20alexjavabraz
authored andcommitted
remove unreacheble statement from xverse
1 parent e62823a commit 2da27cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/services/XverseService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export default class XverseService extends WalletService {
122122

123123
availableAccounts(): BtcAccount[] {
124124
return this.btcAccounts;
125-
return [BtcAccount.BITCOIN_SEGWIT_ADDRESS, BtcAccount.BITCOIN_NATIVE_SEGWIT_ADDRESS];
126125
}
127126

128127
name(): Record<'formal_name' | 'short_name' | 'long_name', string> {

0 commit comments

Comments
 (0)