From 84be6e9c983da449803f3d00093311ca6c9e40d5 Mon Sep 17 00:00:00 2001 From: Alasdair Date: Wed, 30 Oct 2019 23:07:49 -0400 Subject: [PATCH] remove reference to eva team This part of the comment no longer makes sense given that this is now oss. --- core/src/eva/v2/transaction_pipeline/validation.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/eva/v2/transaction_pipeline/validation.clj b/core/src/eva/v2/transaction_pipeline/validation.clj index 29dfd50..a13df2d 100644 --- a/core/src/eva/v2/transaction_pipeline/validation.clj +++ b/core/src/eva/v2/transaction_pipeline/validation.clj @@ -349,7 +349,7 @@ ;; alternate strategy: system/exit (defn raise-skew-exception [local-now last-tx-inst skew-window] (tx-err/raise-clock-skew - "This transactor's clock is more than the allotted skew window behind the previous transaction log entry. Please report this exception to the Eva team." + "This transactor's clock is more than the allotted skew window behind the previous transaction log entry." {:local-now local-now :last-tx-inst last-tx-inst :skew-window skew-window