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');
|
||||
//Set the task as started
|
||||
$task->SetStartStatus();
|
||||
$startTime = time();
|
||||
|
||||
$fHelper->GetApiWalletJournal(1, $config['primary']);
|
||||
|
||||
$endTime = time();
|
||||
|
||||
printf("Updating the wallets took " . ($endTime - $startTime) . " seconds.\r\n");
|
||||
|
||||
//Set the task as stopped
|
||||
$task->SetStopStatus();
|
||||
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
@extends('layouts.user.dashb4')
|
||||
@section('content')
|
||||
<br>
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user