Added the method AddressBookGetContact and minor improvements in other implementations

This commit is contained in:
netkas 2025-01-24 19:12:03 -05:00
parent e2a0e2f27f
commit aba9adf916
4 changed files with 62 additions and 8 deletions

View file

@ -24,7 +24,7 @@
{
if(!$rpcRequest->containsParameter('peer'))
{
return $rpcRequest->produceError(StandardError::RPC_INVALID_ARGUMENTS, 'Missing required \'peer\' parameter');
return $rpcRequest->produceError(StandardError::RPC_INVALID_ARGUMENTS, 'Missing required peer parameter');
}
try