Skip to content

Commit fc87b86

Browse files
refactor: update comment for SML cache population
1 parent 718f830 commit fc87b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evo/deterministicmns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ bool CDeterministicMNManager::ProcessBlock(const CBlock& block, gsl::not_null<co
630630
int nHeight = pindex->nHeight;
631631

632632
try {
633-
newList.to_sml(); // to fullfill cache of SML
633+
newList.to_sml(); // to populate the SML cache
634634

635635
LOCK(cs);
636636

0 commit comments

Comments
 (0)