Fix typo
This commit is contained in:
parent
0b15e31672
commit
b519522899
@ -650,7 +650,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||||||
$output_found;
|
$output_found;
|
||||||
$block_index;
|
$block_index;
|
||||||
|
|
||||||
if($difference != 0)
|
if($block_difference != 0)
|
||||||
{
|
{
|
||||||
$txs_from_block_2 = $tools->get_txs_from_block($bc_height - 1);
|
$txs_from_block_2 = $tools->get_txs_from_block($bc_height - 1);
|
||||||
$tx_count_2 = count($txs_from_block_2) - 1;
|
$tx_count_2 = count($txs_from_block_2) - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user