Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 20, 2022
1 parent fba7bd1 commit 8c862ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class UtxoState(override val persistentProver: PersistentBatchAVLProver[Digest32
persistentProver.performOneOperation(op) match {
case Success(_) =>
case Failure(t) =>
log.error(s"Operation $op failed during $headerId transactions validation in")
log.error(s"Operation $op failed during $headerId transactions validation")
opsResult = Failure(t)
}
}
Expand Down

0 comments on commit 8c862ca

Please sign in to comment.