Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Nov 20, 2024
1 parent 3db8f38 commit c9ea44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgps/src/commitment_scheme/execute_prelude.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use futures::future::{select, try_select, Either};
use futures::future::{try_select, Either};

// send our own commitment reveal message only after we have received the prelude.

Expand Down

0 comments on commit c9ea44f

Please sign in to comment.