Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit b8ef387bb2 - Show all commits

View file

@ -18,6 +18,8 @@
class AddressBookAddContact extends Method
{
/**
* Adds a contact to the authenticated peer's address book
*
* @inheritDoc
*/
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface