Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new InvalidArgumentException('Invalid address value');
|
||||
throw new InvalidArgumentException('Invalid address value type, got type ' . gettype($data['address']));
|
||||
}
|
||||
|
||||
$this->displayName = $data['display_name'];
|
||||
|
|
Loading…
Add table
Reference in a new issue