Remove NotConcrete error (#3867)

# Description
- Link to issue: https://github.com/paritytech/polkadot-sdk/issues/3651

polkadot address: 19nSqFQorfF2HxD3oBzWM3oCh4SaCRKWt1yvmgaPYGCo71J
This commit is contained in:
Tin Chung
2024-04-18 13:44:49 +07:00
committed by GitHub
parent 305d311d5c
commit d591b16f6b
2 changed files with 6 additions and 5 deletions
@@ -23,8 +23,6 @@ use xcm::prelude::*;
/// Errors related to determining asset transfer support.
#[derive(Copy, Clone, Encode, Decode, Eq, PartialEq, Debug, TypeInfo)]
pub enum Error {
/// Invalid non-concrete asset.
NotConcrete,
/// Reserve chain could not be determined for assets.
UnknownReserve,
}