summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris erway <chris.erway@algorand.com>2022-02-23 15:39:58 -0500
committerchris erway <chris.erway@algorand.com>2022-02-23 15:39:58 -0500
commitd951a887d2cd94f99d075776e6a5faa4cfbe6ace (patch)
treeb753279a772aeec233da0492b0bd632c73fb550a
parentb9ce62dde36b7eadd9ad7bd6528d1e19fd9189f1 (diff)
update message for ErrNotInCowCache
-rw-r--r--ledger/internal/eval.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger/internal/eval.go b/ledger/internal/eval.go
index e8fb7b85c..f8bb0a5fd 100644
--- a/ledger/internal/eval.go
+++ b/ledger/internal/eval.go
@@ -50,7 +50,7 @@ type LedgerForCowBase interface {
var ErrRoundZero = errors.New("cannot start evaluator for round 0")
// ErrNotInCowCache is returned when a lookup method requests a cached value, but it can't be found
-var ErrNotInCowCache = errors.New("can't find object in roundCowBase")
+var ErrNotInCowCache = errors.New("can't find object in cow caches")
// averageEncodedTxnSizeHint is an estimation for the encoded transaction size
// which is used for preallocating memory upfront in the payset. Preallocating