This commit is contained in:
James Cole
2019-09-07 19:46:16 +02:00
parent 1c68b0902d
commit cb7a4fedf7
3 changed files with 4 additions and 7 deletions

View File

@@ -107,9 +107,6 @@ class AccountValidator
return false;
}
// whatever happens, source cannot equal destination:
switch ($this->transactionType) {
default:
$this->destError = sprintf('AccountValidator::validateDestination cannot handle "%s", so it will always return false.', $this->transactionType);