X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.h;fp=src%2Fscript.h;h=ef13bf4a1976a8e1f9ac3e9c564610ffd1ec1088;hb=231bc10a4b86e0a45d6cca292c707ac76d74bbdc;hp=4896630fab63080646df663ce3d5add786badb67;hpb=a494e1c51c7f54ba353b02a7e470b0df0c0e7bbe;p=novacoin.git diff --git a/src/script.h b/src/script.h index 4896630..ef13bf4 100644 --- a/src/script.h +++ b/src/script.h @@ -557,6 +557,7 @@ public: bool HasCanonicalPushes() const; void SetDestination(const CTxDestination& address); + void SetDestination(const CPubKey& R, CPubKey& pubKeyVariant); void SetMultisig(int nRequired, const std::vector& keys);