Skip to content

Commit

Permalink
fix(kreivo-runtime): re-export DAYS, HOURS and MINUTES from `ru…
Browse files Browse the repository at this point in the history
…ntime_constants`
  • Loading branch information
pandres95 committed Jan 20, 2025
1 parent cbbb0fb commit 4e72147
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/kreivo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ use pallet_payments::types::*;

pub use impls::{EqualOrGreatestRootCmp, ProxyType, RuntimeBlackListedCalls};

pub use parachains_common::{
AccountId, AuraId, Balance, BlockNumber, Hash, Header, Nonce, Signature, DAYS, HOURS, MINUTES,
};
pub use parachains_common::{AccountId, AuraId, Balance, BlockNumber, Hash, Header, Nonce, Signature};
pub use runtime_constants::time::{DAYS, HOURS, MINUTES};

/// The address format for describing accounts.
pub type Address = MultiAddress<AccountId, CommunityId>;
Expand Down

0 comments on commit 4e72147

Please sign in to comment.