Remove Unwrappable (#7415)

* Remove

* rm trait
This commit is contained in:
Gavin Wood
2023-06-25 13:46:31 +02:00
committed by GitHub
parent 866aa1e8d4
commit 35413b4657
3 changed files with 3 additions and 23 deletions
@@ -97,7 +97,7 @@ impl ExportXcm for Tuple {
}
}
fn deliver(one_ticket: Self::Ticket) -> Result<XcmHash, SendError> {
fn deliver(mut one_ticket: Self::Ticket) -> Result<XcmHash, SendError> {
for_tuples!( #(
if let Some(validated) = one_ticket.Tuple.take() {
return Tuple::deliver(validated);