Skip to content

Commit b93522f

Browse files
committed
fix comment
1 parent d1d409c commit b93522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trust-quorum/src/ledgers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl PersistentStateLedger {
4949
ledger
5050
.commit()
5151
.await
52-
.expect("Critical: Failed to save bootstore ledger for Fsm::State");
52+
.expect("Critical: Failed to save ledger for persistent state");
5353
ledger.data().generation
5454
}
5555

0 commit comments

Comments
 (0)