Skip to content

Commit

Permalink
remove vec<u8> bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ghtStorm committed Mar 26, 2024
1 parent 11c3d70 commit e0788ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/types/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ pub trait BridgeOriginOutput: Sized {
}

pub trait BridgeAssetRegistry<AccountId, AssetId> {
type AssetName: Parameter + From<Vec<u8>> + Into<Vec<u8>>;
type AssetSymbol: Parameter + From<Vec<u8>> + Into<Vec<u8>>;
type AssetName: Parameter;
type AssetSymbol: Parameter;

fn register_asset(
network_id: GenericNetworkId,
Expand Down

0 comments on commit e0788ac

Please sign in to comment.