X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fkeystore.h;h=f4d0ad396cd61a668e815aaa94c5260ba1435752;hp=438752fa03f046b86794754c4ffce45202974712;hb=ee3c631e7a917e702d04d8ff77579aeaf1d29a61;hpb=d5c96395c728154d40d426cdac4b9221416b64e8 diff --git a/src/keystore.h b/src/keystore.h index 438752f..f4d0ad3 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -336,6 +336,12 @@ public: return false; } + bool CheckOwnership(const CMalleablePubKey &mpk) + { + CMalleableKeyView view; + return GetMalleableView(mpk, view); + } + bool CreatePrivKey(const CPubKey &pubKeyVariant, const CPubKey &R, CKey &privKey) const; void ListMalleableViews(std::list &malleableViewList) const