From 4c22658743fb6882562d1a114fc9f6f41d9e69e8 Mon Sep 17 00:00:00 2001 From: Alexander Slesarenko Date: Fri, 12 May 2023 19:28:48 +0200 Subject: [PATCH] utxo-set-bootstrapping-preparation: fixed typos --- .../org/ergoplatform/nodeView/state/UtxoStateReader.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/scala/org/ergoplatform/nodeView/state/UtxoStateReader.scala b/src/main/scala/org/ergoplatform/nodeView/state/UtxoStateReader.scala index 56b15d2fe4..4e5078290c 100644 --- a/src/main/scala/org/ergoplatform/nodeView/state/UtxoStateReader.scala +++ b/src/main/scala/org/ergoplatform/nodeView/state/UtxoStateReader.scala @@ -19,9 +19,9 @@ import scorex.crypto.hash.Digest32 import scala.util.{Failure, Success, Try} /** - * State reader (i.e. state functions not modifyting underlying data) with specialization towards UTXO set as a - * state representation (so functions to generate UTXO set modifiction proofs, do stateful transaction validation, - * get UTXOs are there + * State reader (i.e. state functions not modifying underlying data) with specialization towards UTXO set as a + * state representation (so functions to generate UTXO set modification proofs, do stateful transaction validation, + * get UTXOs) are there */ trait UtxoStateReader extends ErgoStateReader with UtxoSetSnapshotPersistence with TransactionValidation {