diff options
author | Florian Dold <florian@dold.me> | 2023-09-08 11:45:31 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-09-08 11:45:31 +0200 |
commit | 132ece8e53d2c7d69c943a2898ed07411c63f12f (patch) | |
tree | dbe97c498c5853efd844aab4502ae97d8dec7b4a /packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts | |
parent | c660db82c12e08020661828f1d8383baa7ef0e02 (diff) |
wallet-core: store contract terms in separate object store only
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/pay-peer-push-credit.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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 f0f659aa3..89d9e3b49 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 @@ -446,7 +446,6 @@ async function handlePendingMerge( amount, wgInfo: { withdrawalType: WithdrawalRecordType.PeerPushCredit, - contractTerms, }, forcedWithdrawalGroupId: peerInc.withdrawalGroupId, exchangeBaseUrl: peerInc.exchangeBaseUrl, |