enabled invoices and payment checking for mining taxes
This commit is contained in:
@@ -53,9 +53,14 @@ class UpdateAllianceWalletJournal extends Command
|
|||||||
$task = new CommandHelper('UpdateAllianceWalletJournal');
|
$task = new CommandHelper('UpdateAllianceWalletJournal');
|
||||||
//Set the task as started
|
//Set the task as started
|
||||||
$task->SetStartStatus();
|
$task->SetStartStatus();
|
||||||
|
$startTime = time();
|
||||||
|
|
||||||
$fHelper->GetApiWalletJournal(1, $config['primary']);
|
$fHelper->GetApiWalletJournal(1, $config['primary']);
|
||||||
|
|
||||||
|
$endTime = time();
|
||||||
|
|
||||||
|
printf("Updating the wallets took " . ($endTime - $startTime) . " seconds.\r\n");
|
||||||
|
|
||||||
//Set the task as stopped
|
//Set the task as stopped
|
||||||
$task->SetStopStatus();
|
$task->SetStopStatus();
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
@extends('layouts.user.dashb4')
|
@extends('layouts.user.dashb4')
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<br>
|
||||||
|
<div class="container">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
Reference in New Issue
Block a user