Skip to content

Commit

Permalink
evil: #1878
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 21, 2023
1 parent 13062c7 commit 8a854ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/sdk/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use serde::{Deserialize, Serialize};
use sha2::Digest;
use zeroize::Zeroizing;

use crate::display_line;
use crate::ibc::applications::transfer::msgs::transfer::MsgTransfer;
use crate::ibc_proto::google::protobuf::Any;
use crate::ledger::parameters::storage as parameter_storage;
Expand Down Expand Up @@ -54,7 +55,6 @@ use crate::types::transaction::governance::{
};
use crate::types::transaction::pos::InitValidator;
use crate::types::transaction::Fee;
use crate::{display_line, edisplay_line};

#[cfg(feature = "std")]
/// Env. var specifying where to store signing test vectors
Expand Down

0 comments on commit 8a854ef

Please sign in to comment.