enabled invoices and payment checking for mining taxes

This commit is contained in:
2021-03-10 21:52:39 +09:00
parent eb54b7ba0a
commit 4f15afb3ce
2 changed files with 15 additions and 0 deletions

View File

@@ -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();

View File

@@ -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