From d331f8b8b66e52a645dedefa7b7c31740dc309dc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 16:20:32 +0530 Subject: no more wildcard notifications --- src/operations/pay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/pay.ts') 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, }); } } -- cgit v1.2.3