From 07d8498abc6aa21ab7c8e7146a04b4b731504c3d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 4 Apr 2023 15:25:29 +0200 Subject: wallet-core: implement runIntegrationTestV2 --- packages/taler-wallet-core/src/operations/pay-peer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/pay-peer.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts b/packages/taler-wallet-core/src/operations/pay-peer.ts index ff0e15c00..92ec549dd 100644 --- a/packages/taler-wallet-core/src/operations/pay-peer.ts +++ b/packages/taler-wallet-core/src/operations/pay-peer.ts @@ -1000,7 +1000,7 @@ export async function processPeerPushCredit( }; } -export async function confirmPeerPushPayment( +export async function confirmPeerPushCredit( ws: InternalWalletState, req: ConfirmPeerPushCreditRequest, ): Promise { @@ -1119,7 +1119,7 @@ export async function processPeerPullDebit( }; } -export async function acceptIncomingPeerPullPayment( +export async function confirmPeerPullDebit( ws: InternalWalletState, req: ConfirmPeerPullDebitRequest, ): Promise { -- cgit v1.2.3