aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index 9e8eb3f3e..2ab24571c 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -2377,7 +2377,7 @@ export class Wallet {
detail: {
merchantDomain: tip.merchantDomain,
amount: tip.amount,
- reservePub: tip.accepted,
+ accepted: tip.accepted,
tipId: tip.tipId,
},
timestamp: tip.timestamp,