File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
source/renderer/app/stores Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -632,18 +632,6 @@ export default class HardwareWalletsStore extends Store {
632632 const { amount : totalAmount , availableAmount, reward } = wallet ;
633633
634634 try {
635- logger . debug ( 'AdaApi::selectCoins::HW Store' , {
636- walletId,
637- walletBalance : totalAmount ,
638- availableBalance : availableAmount . plus ( reward ) ,
639- rewardsBalance : reward ,
640- payments : {
641- address,
642- amount,
643- assets,
644- } ,
645- metadata,
646- } ) ;
647635 this . selectCoinsRequest . reset ( ) ;
648636 // @ts -ignore ts-migrate(1320) FIXME: Type of 'await' operand must either be a valid pro... Remove this comment to see the full error message
649637 const coinSelection : CoinSelectionsResponse = await this . selectCoinsRequest . execute (
You can’t perform that action at this time.
0 commit comments