Skip to content
Prev Previous commit
Next Next commit
fix e2e
  • Loading branch information
kostekIV committed Feb 20, 2023
commit b499adb99a5ce8c1d7cd522c099ccfe548937114
8 changes: 5 additions & 3 deletions e2e-tests/src/test/treasury.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
use aleph_client::{
account_from_keypair,
api::treasury::events::Rejected,
api::{transaction_payment::events::TransactionFeePaid, treasury::events::Rejected},
pallets::{
balances::BalanceApi,
balances::{BalanceApi, BalanceUserApi},
fee::TransactionPaymentApi,
system::SystemApi,
treasury::{TreasureApiExt, TreasuryApi, TreasuryUserApi},
},
utility::BlocksApi,
waiting::{AlephWaiting, BlockStatus},
ConnectionApi, KeyPair, RootConnection, SignedConnection, TxStatus,
AccountId, ConnectionApi, KeyPair, RootConnection, SignedConnection, TxStatus,
};
use log::info;
use primitives::Balance;
Expand Down