From 35ae9f2c22adcabd28747a1f2c4f21f51c732f42 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Jun 2023 10:49:31 +0200 Subject: wallet-core: emit balance-change notifications, do less implicit background work --- packages/taler-util/src/wallet-types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-util') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 1b55591b1..237c1c39d 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -2499,6 +2499,8 @@ export interface InitiatePeerPullCreditResponse { /** * Taler URI for the other party to make the payment * that was requested. + * + * @deprecated since it's not necessarily valid yet until the tx is in the right state */ talerUri: string; -- cgit v1.2.3