Skip to content

Commit 39b6c1d

Browse files
committed
chore: better variable name
1 parent c7a45eb commit 39b6c1d

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/nakamoto

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/nakamoto/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4825,7 +4825,7 @@ impl NakamotoChainState {
48254825
return Err(ChainstateError::InvalidStacksBlock(e));
48264826
}
48274827
Err(e) => return Err(e),
4828-
Ok(lockup_events) => lockup_events,
4828+
Ok(finish_events) => finish_events,
48294829
};
48304830

48314831
// If any, append lockups events to the coinbase receipt

0 commit comments

Comments
 (0)