aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-12 16:51:13 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-12 16:51:13 +0100
commit9b18c87deb904d83ae5748236dff70de7c5fa656 (patch)
tree7ad8ffe0d9794f3cb45b26c40b5db657d8974293 /src/wallet.ts
parent9f3a9a65f7244d837f545025b8b5bb45f5339c6f (diff)
downloadwallet-core-9b18c87deb904d83ae5748236dff70de7c5fa656.tar.xz
typos
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,