X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fkey.h;fp=src%2Fkey.h;h=bc7e2ab59a518efc190bfb04100ca4e7202254ef;hp=bf1557afb123e677fd4126b074f787a4181e0715;hb=fbd44e84d5841867d36d295d4f347fd5e55d293f;hpb=90d203d2e37a06a368a5ebc3af03c1d3af7ec04e 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; }