Implement null weight trader (#2957)

This commit is contained in:
Gavin Wood
2021-04-29 15:35:07 +02:00
committed by GitHub
parent 1ef8eac8ec
commit ce457a91e1
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ use super::{MultiLocation, Xcm};
pub enum Error {
Undefined,
Overflow,
/// The operation is intentionally unsupported.
Unimplemented,
UnhandledXcmVersion,
UnhandledXcmMessage,