Reverse the transaction instruction order.
Early decisions cause later ones through dependencies. So in order to perform the earlier decisions the later ones must be fulfilled first.pull/9/head
parent
172c8b908e
commit
61ad71b624
|
@ -836,7 +836,7 @@ class Solver
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $transaction;
|
return array_reverse($transaction);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected $decisionQueue = array();
|
protected $decisionQueue = array();
|
||||||
|
|
Loading…
Reference in New Issue