mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Remove NotConcrete error (#3867)
# Description - Link to issue: https://github.com/paritytech/polkadot-sdk/issues/3651 polkadot address: 19nSqFQorfF2HxD3oBzWM3oCh4SaCRKWt1yvmgaPYGCo71J
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user