feature: Final mining touches, with closing contracts and negotiating new ones

This commit is contained in:
Keith Solomon
2026-02-11 18:23:37 -06:00
parent 7dc7ce6e50
commit c935ac0dda
3 changed files with 222 additions and 20 deletions

View File

@@ -498,6 +498,10 @@ try {
$accepted = $contract['accepted'] ? 'Accepted' : false;
$fulfilled = $contract['fulfilled'] ? 'Fulfilled' : false;
if ($fulfilled) {
continue;
}
if (! $accepted && ! $fulfilled) {
$status = 'Not Accepted';
} elseif ($accepted && ! $fulfilled) {