Skip to content

Commit

Permalink
rust v1.80 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Aug 24, 2024
1 parent 4b3b7e5 commit 3bb4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwallet/src/swap/fsm/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl<'a> StateMachine<'a> {
let _ = state_map.insert(st.get_state_id(), st);
}

#[cfg(build = "debug")]
#[cfg(debug_assertions)]
for st in state_map.values() {
assert!(state_map.contains_key(&st.get_state_id()));
if let Some(state) = st.get_prev_swap_state() {
Expand Down

0 comments on commit 3bb4711

Please sign in to comment.