Skip to content

Commit

Permalink
fix: make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Dec 9, 2024
1 parent f19aee3 commit 05585f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion integration-tests/emulated/helpers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub use xcm_emulator::Chain;
/// TODO: when bumping to polkadot-sdk v1.8.0,
/// remove this crate altogether and get the macros from `emulated-integration-tests-common`.
/// TODO: backport this macros to polkadot-sdk
#[macro_export]
macro_rules! test_relay_is_trusted_teleporter {
( $sender_relay:ty, $sender_xcm_config:ty, vec![$( $receiver_para:ty ),+], ($assets:expr, $amount:expr) ) => {
Expand Down
4 changes: 2 additions & 2 deletions system-parachains/coretime/coretime-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ parameter_types! {
}

/// Filter:
/// - Credit purchase calls until the credit system is implemented. Otherwise, users
/// may have chance of locking their funds forever on purchased credits they cannot use.
/// - Credit purchase calls until the credit system is implemented. Otherwise, users may have chance
/// of locking their funds forever on purchased credits they cannot use.
/// - The interlace call until the relay can support this fully
/// - Auto-renew functionality until resolution of polkadot-sdk issue
/// [#6474](https://github.com/paritytech/polkadot-sdk/issues/6474)
Expand Down

0 comments on commit 05585f5

Please sign in to comment.