summaryrefslogtreecommitdiff
path: root/src/operations/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-20 01:25:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-20 01:25:22 +0100
commit378d8dee5825c67f9387542661ea6b34c30adbea (patch)
tree24824f90b61cd52d94cff98a727bea25091f94a5 /src/operations/history.ts
parentaa37ef082d0e4aaedeb219d0a3f726da146edba7 (diff)
downloadwallet-core-378d8dee5825c67f9387542661ea6b34c30adbea.tar.gz
wallet-core-378d8dee5825c67f9387542661ea6b34c30adbea.tar.bz2
wallet-core-378d8dee5825c67f9387542661ea6b34c30adbea.zip
implement refusing proposals
Diffstat (limited to 'src/operations/history.ts')
-rw-r--r--src/operations/history.ts2
1 files changed, 1 insertions, 1 deletions
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) {