X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkey.h;h=2d8e61850f1d77e041e36c8b2e26bc1980f0dd0f;hb=4a6759691d71bf2a7d2a0a9e4710f0887e66ab02;hp=bc7e2ab59a518efc190bfb04100ca4e7202254ef;hpb=fbd44e84d5841867d36d295d4f347fd5e55d293f;p=novacoin.git diff --git a/src/key.h b/src/key.h index bc7e2ab..2d8e618 100644 --- a/src/key.h +++ b/src/key.h @@ -224,6 +224,7 @@ public: pubKeyL = mpk.pubKeyL; pubKeyH = mpk.pubKeyH; } + CMalleablePubKey(const std::vector &vchPubKeyPair) { setvch(vchPubKeyPair); } CMalleablePubKey(const std::string& strMalleablePubKey) { SetString(strMalleablePubKey); } CMalleablePubKey(const CPubKey &pubKeyInL, const CPubKey &pubKeyInH) : pubKeyL(pubKeyInL), pubKeyH(pubKeyInH) { }