From 77849fdf5d7e924b6a000b4b655a07c1fd1f1c4e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Jun 2023 19:43:39 +0200 Subject: -minor rename --- packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations') diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts index cf698d512..53a569a92 100644 --- a/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts +++ b/packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts @@ -23,7 +23,7 @@ import { HttpStatusCode, Logger, PeerContractTerms, - PreparePeerPushCredit, + PreparePeerPushCreditRequest, PreparePeerPushCreditResponse, TalerErrorCode, TalerPreciseTimestamp, @@ -83,7 +83,7 @@ const logger = new Logger("pay-peer-push-credit.ts"); export async function preparePeerPushCredit( ws: InternalWalletState, - req: PreparePeerPushCredit, + req: PreparePeerPushCreditRequest, ): Promise { const uri = parsePayPushUri(req.talerUri); -- cgit v1.2.3