Skip to content

Commit 4e3d354

Browse files
authored
Update stellar.ts
1 parent 0551216 commit 4e3d354

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/service/blockchains/stellar.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export async function getBalance(
6262
*/
6363

6464
export let paymentDone: PaymentDone
65-
export let pagoProcess:boolean
6665
export let paymentRealized:string
6766
export async function createPayment(
6867
monto: number,
@@ -100,11 +99,9 @@ export async function createPayment(
10099
amount:monto,
101100
destination: beneficiary,
102101
};
103-
pagoProcess=false
104102
} catch (err) {
105-
console.log('No se pudo completar la transacción');
103+
console.log(err);
106104
paymentRealized="fallido"
107-
pagoProcess=false
108105
}
109106
}
110107

0 commit comments

Comments
 (0)