Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Guantong committed Jan 11, 2023
1 parent d45d201 commit d00ef46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use sc_cli::{
};
use sc_service::{
config::{BasePath, PrometheusConfig},
DatabaseSource, PartialComponents, TaskManager,
DatabaseSource, PartialComponents,
};
use sp_core::{crypto::Ss58AddressFormatRegistry, hexdisplay::HexDisplay};
use sp_runtime::traits::{AccountIdConversion, Block as BlockT};
Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ sp_api::impl_runtime_apis! {
fn elasticity() -> Option<Permill> {
Some(BaseFee::elasticity())
}

fn gas_limit_multiplier_support() {
todo!()
}
Expand Down

0 comments on commit d00ef46

Please sign in to comment.