From d414e6d83a595bec546c0621b2030dbb96a03950 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 23 Dec 2022 17:35:18 +0000 Subject: [PATCH] Move vaultBalances to userBalances --- functions.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 1317eda..cdf3bd4 100644 --- a/functions.php +++ b/functions.php @@ -184,7 +184,7 @@ function arrBalance($array, $field) { } // Calculate user balances -function vaultBalances($csv) { +function userBalances($csv) { $usr1 = 'Zarathos'; $usr1Vault = splitVault($csv, '0', $usr1); $usr1Balance = arrBalance($usr1Vault,3); diff --git a/index.php b/index.php index 4226c34..62a8463 100644 --- a/index.php +++ b/index.php @@ -28,7 +28,7 @@

Vault Balance:

- +