File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stackslib/src/chainstate/nakamoto Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2093,7 +2093,7 @@ impl NakamotoChainState {
2093
2093
return Err ( e) ;
2094
2094
} ;
2095
2095
2096
- let ( receipt, clarity_commit, reward_set_data, phantom_unlock_events) =
2096
+ let ( mut receipt, clarity_commit, reward_set_data, phantom_unlock_events) =
2097
2097
ok_opt. expect ( "FATAL: unreachable" ) ;
2098
2098
2099
2099
assert_eq ! (
@@ -2148,7 +2148,7 @@ impl NakamotoChainState {
2148
2148
& receipt. header. anchored_header. block_hash( )
2149
2149
) ;
2150
2150
2151
- let mut tx_receipts = receipt. tx_receipts . clone ( ) ;
2151
+ let tx_receipts = & mut receipt. tx_receipts ;
2152
2152
if let Some ( unlock_receipt) =
2153
2153
// For the event dispatcher, attach any STXMintEvents that
2154
2154
// could not be included in the block (e.g. because the
You can’t perform that action at this time.
0 commit comments