Skip to content

Commit

Permalink
Update ComplianceManager pallet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Dec 31, 2024
1 parent 7016d3b commit d4baee9
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 147 deletions.
2 changes: 1 addition & 1 deletion pallets/compliance-manager/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pub fn setup_asset_compliance<T: Config>(
});

if pause_compliance {
AssetCompliances::mutate(&asset_id, |compliance| compliance.paused = true);
AssetCompliances::<T>::mutate(&asset_id, |compliance| compliance.paused = true);
}
}

Expand Down
Loading

0 comments on commit d4baee9

Please sign in to comment.