wallet-core: correctly report 'confirmed' status of bank integrated withdrawal
This commit is contained in:
parent
f57dc7bf7a
commit
716da3246b
@ -166,7 +166,7 @@ export async function getTransactions(
|
||||
if (r.bankInfo) {
|
||||
withdrawalDetails = {
|
||||
type: WithdrawalType.TalerBankIntegrationApi,
|
||||
confirmed: true,
|
||||
confirmed: r.timestampBankConfirmed ? true : false,
|
||||
reservePub: wsr.reservePub,
|
||||
bankConfirmationUrl: r.bankInfo.confirmUrl,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user