Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Mar 20, 2024
1 parent 4770385 commit 85a7914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/thea-message-handler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ impl<T: Config> thea_primitives::TheaOutgoingExecutor for Pallet<T> {
Ok(())
}

fn get_outgoing_nonce(network: Network) -> u64 {
fn get_outgoing_nonce(_network: Network) -> u64 {
let nonce = <OutgoingNonce<T>>::get();
nonce.saturating_add(1)
}
Expand Down

0 comments on commit 85a7914

Please sign in to comment.