summaryrefslogtreecommitdiff
path: root/src/operations/pay.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-20 16:20:32 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-20 16:20:32 +0530
commitd331f8b8b66e52a645dedefa7b7c31740dc309dc (patch)
treeea531549f67b23371b11c1e27361adc6356a9647 /src/operations/pay.ts
parenta2e7f216277bd8cb722b9662ed1d2d44f927de0d (diff)
downloadwallet-core-d331f8b8b66e52a645dedefa7b7c31740dc309dc.tar.gz
wallet-core-d331f8b8b66e52a645dedefa7b7c31740dc309dc.tar.bz2
wallet-core-d331f8b8b66e52a645dedefa7b7c31740dc309dc.zip
no more wildcard notifications
Diffstat (limited to 'src/operations/pay.ts')
-rw-r--r--src/operations/pay.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/pay.ts b/src/operations/pay.ts
index 7faace46e..a16190743 100644
--- a/src/operations/pay.ts
+++ b/src/operations/pay.ts
@@ -1118,7 +1118,7 @@ export async function refuseProposal(
);
if (success) {
ws.notify({
- type: NotificationType.Wildcard,
+ type: NotificationType.ProposalRefused,
});
}
}