Skip to content

Commit

Permalink
fixup! Merge branch 'bat/feature/int-tests-io' (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 25, 2023
1 parent f4a279f commit fd59bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shared/src/sdk/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use crate::ibc::applications::transfer::msgs::transfer::MsgTransfer;
use crate::ibc_proto::google::protobuf::Any;
use crate::ledger::parameters::storage as parameter_storage;
use crate::proto::{MaspBuilder, Section, Tx};
use crate::sdk::{args, rpc};
use crate::sdk::error::{EncodingError, Error, TxError};
use crate::sdk::masp::{
make_asset_type, ShieldedContext, ShieldedTransfer, ShieldedUtils,
Expand All @@ -43,6 +42,7 @@ use crate::sdk::tx::{
};
pub use crate::sdk::wallet::store::AddressVpType;
use crate::sdk::wallet::{Wallet, WalletUtils};
use crate::sdk::{args, rpc};
use crate::types::io::*;
use crate::types::key::*;
use crate::types::masp::{ExtendedViewingKey, PaymentAddress};
Expand Down
3 changes: 1 addition & 2 deletions shared/src/sdk/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,7 @@ where
);

let parsed = {
let wrapper_query =
rpc::TxEventQuery::Accepted(wrapper_hash.as_str());
let wrapper_query = rpc::TxEventQuery::Accepted(wrapper_hash.as_str());
let event =
rpc::query_tx_status::<_, IO>(client, wrapper_query, deadline)
.await
Expand Down

0 comments on commit fd59bcf

Please sign in to comment.