Remove BuyExecution::orders (#3640)

* Remove BuyExecution::orders

* Fixes

* Fixes

* Fixes

* Formatting
This commit is contained in:
Gavin Wood
2021-08-16 12:51:56 +02:00
committed by GitHub
parent 1c039fda48
commit e16c8d9902
8 changed files with 7 additions and 43 deletions
-1
View File
@@ -198,7 +198,6 @@ pub(crate) fn buy_execution<C>(fees: impl Into<MultiAsset>, debt: Weight) -> Ord
weight: 0,
debt,
halt_on_error: false,
orders: vec![],
instructions: vec![],
}
}