File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ impl LocalStateMachine {
602
602
return Err ( ClientError :: InvalidResponse ( err_msg) . into ( ) ) ;
603
603
}
604
604
605
- let replay_state = ReplayState :: infer_state ( & tx_replay_set, & tx_replay_scope) ;
605
+ let replay_state = ReplayState :: infer_state ( & tx_replay_set, tx_replay_scope) ;
606
606
if let Some ( new_replay_state) = self . handle_possible_bitcoin_fork (
607
607
db,
608
608
client,
@@ -1118,7 +1118,7 @@ impl LocalStateMachine {
1118
1118
info ! ( "Tx Replay: replay set will be cleared, because the fork involves the previous reward cycle." ) ;
1119
1119
replay_state = ReplayState :: Unset ;
1120
1120
}
1121
- return Ok ( Some ( replay_state) ) ;
1121
+ Ok ( Some ( replay_state) )
1122
1122
}
1123
1123
1124
1124
/// Retrieves the set of transactions that were part of a Bitcoin fork within the same reward cycle.
You can’t perform that action at this time.
0 commit comments