mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Fix typo
This commit is contained in:
parent
0b15e31672
commit
b519522899
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||
$output_found;
|
||||
$block_index;
|
||||
|
||||
if($difference != 0)
|
||||
if($block_difference != 0)
|
||||
{
|
||||
$txs_from_block_2 = $tools->get_txs_from_block($bc_height - 1);
|
||||
$tx_count_2 = count($txs_from_block_2) - 1;
|
||||
|
|
Loading…
Reference in a new issue