Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Oct 7, 2023
1 parent 241da9c commit c80e4d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/vara/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ use pallet_grandpa::{
use pallet_im_online::sr25519::AuthorityId as ImOnlineId;
use pallet_session::historical::{self as pallet_session_historical};
pub use pallet_timestamp::Call as TimestampCall;
pub use pallet_transaction_payment::{CurrencyAdapter, Multiplier};
pub use pallet_transaction_payment::{
CurrencyAdapter, FeeDetails, Multiplier, RuntimeDispatchInfo,
};
use runtime_common::constants::BANK_ADDRESS;
pub use runtime_common::{
constants::{
Expand Down

0 comments on commit c80e4d5

Please sign in to comment.