1
0
Fork 0

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
Nils Adermann 2011-08-05 04:09:16 -04:00
parent 172c8b908e
commit 61ad71b624
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ class Solver
);
}
return $transaction;
return array_reverse($transaction);
}
protected $decisionQueue = array();