From 1c31dee7de07a7fad417ee7f78846cfb2699ea88 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Mon, 29 Apr 2024 12:18:51 -0700 Subject: [PATCH] cleanup --- indexer/includes/actions/sweep.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/includes/actions/sweep.php b/indexer/includes/actions/sweep.php index 95042ee..26c5e92 100644 --- a/indexer/includes/actions/sweep.php +++ b/indexer/includes/actions/sweep.php @@ -105,7 +105,7 @@ function btnsSweep($params=null, $data=null, $error=null){ // If this was a valid transaction, then handle the actual sweep actions if($status=='valid'){ - // Store the SOURCE and FEE_TICK in addresses and tickers arrays + // Store the SOURCE and fee TICK in addresses and tickers arrays addAddressTicker($data->SOURCE, $fees->TICK); // Handle any transaction FEE according the users's ADDRESS preferences