Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
This commit is contained in:
@@ -89,8 +89,8 @@ public:
|
||||
{
|
||||
if (signer.hasPrivate()) {
|
||||
Buffer<sizeof(Revocation) + 64> tmp;
|
||||
this->serialize(tmp,true);
|
||||
_signedBy = signer.address();
|
||||
this->serialize(tmp,true);
|
||||
_signature = signer.sign(tmp.data(),tmp.size());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user