Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Apr 29, 2024
1 parent fc1e441 commit 1c31dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/includes/actions/sweep.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c31dee

Please sign in to comment.