Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Aug 23, 2023
1 parent 148a1a0 commit 58a0694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/pangolin/src/pallets/asset_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ impl pallet_asset_manager::AssetRegistrar<Runtime> for AssetRegistrar {
}

fn destroy_asset_dispatch_info_weight(asset: crate::AssetId) -> Weight {
// For us both of them (Foreign and Local) have the same annotated weight for a given witness
// We need to take the dispatch info from the destroy call, which is already annotated in
// the assets pallet
// For us both of them (Foreign and Local) have the same annotated weight for a given
// witness We need to take the dispatch info from the destroy call, which is already
// annotated in the assets pallet

// This is the dispatch info of destroy
let call_weight =
Expand Down

0 comments on commit 58a0694

Please sign in to comment.