Correction
This commit is contained in:
parent
0396ba5843
commit
a03bc464c0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
throw new InvalidRpcArgumentException('peer', $e);
|
throw new InvalidRpcArgumentException('peer', $e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$rpcRequest->containsParameter('signature_uuid', false))
|
if(!$rpcRequest->containsParameter('signature_uuid'))
|
||||||
{
|
{
|
||||||
throw new MissingRpcArgumentException('signature_uuid');
|
throw new MissingRpcArgumentException('signature_uuid');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue