fix typo in error message
This commit is contained in:
parent
01a740d5ed
commit
6fb82ae999
@ -120,7 +120,7 @@ if (! empty($users)) {
|
||||
continue;
|
||||
}
|
||||
} catch (BitcoinClientException $e) {
|
||||
$log->logError('Failed to verifu this users coin address, skipping payout');
|
||||
$log->logError('Failed to verify this users coin address, skipping payout');
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user