summaryrefslogtreecommitdiff
path: root/node/Revocation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Revocation.hpp')
-rw-r--r--node/Revocation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Revocation.hpp b/node/Revocation.hpp
index 3903f440..1697b52f 100644
--- a/node/Revocation.hpp
+++ b/node/Revocation.hpp
@@ -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;
}