X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkey.h;h=bc7e2ab59a518efc190bfb04100ca4e7202254ef;hb=8accece87de023c512e1cef6f22c519fe5ff47d7;hp=bf1557afb123e677fd4126b074f787a4181e0715;hpb=5f3f7465db4444e49dd4a896f88c090b40d0a303;p=novacoin.git diff --git a/src/key.h b/src/key.h index bf1557a..bc7e2ab 100644 --- a/src/key.h +++ b/src/key.h @@ -251,6 +251,7 @@ public: return pubKeyL.GetID(); } + bool setvch(const std::vector &vchPubKeyPair); std::vector Raw() const; CPubKey& GetL() { return pubKeyL; }