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 eda41155aa - Show all commits

View file

@ -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'];