Skip to content

Commit

Permalink
utxo-set-bootstrapping-preparation: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed May 12, 2023
1 parent 7a32a78 commit 4c22658
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 4c22658

Please sign in to comment.