From 378d8dee5825c67f9387542661ea6b34c30adbea Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 20 Dec 2019 01:25:22 +0100 Subject: implement refusing proposals --- src/operations/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/history.ts') diff --git a/src/operations/history.ts b/src/operations/history.ts index f02894b6b..00727918a 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -91,7 +91,7 @@ async function collectProposalHistory( case ProposalStatus.PROPOSED: // no history event needed break; - case ProposalStatus.REJECTED: + case ProposalStatus.REFUSED: { const shortInfo = getOrderShortInfo(proposal); if (!shortInfo) { -- cgit v1.2.3