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 f13a9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/kreivo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ 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,
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 f13a9c4

Please sign in to comment.