fixed beta clippy: lints + updated cosmwasm to 1.4

This commit is contained in:
Jędrzej Stuczyński
2024-03-27 15:41:28 +00:00
parent ebf9a98a1e
commit 7e6feb0cd2
132 changed files with 661 additions and 1150 deletions
-1
View File
@@ -152,7 +152,6 @@ fn try_load_current_config(id: &str) -> Result<Config, MixnodeError> {
#[cfg(test)]
mod tests {
use super::*;
use clap::CommandFactory;
#[test]
fn verify_cli() {
+1 -1
View File
@@ -10,7 +10,7 @@ use nym_bin_common::output_format::OutputFormat;
use nym_crypto::asymmetric::identity;
use nym_types::helpers::ConsoleSigningOutput;
use nym_validator_client::nyxd;
use std::convert::TryFrom;
use super::version_check;