X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.h;h=7177339b8dd469ce64b822f62da3e789ba695ba0;hb=f3119076fb8c5dc4f1acd65b2f6681a6a61af92c;hp=af523e6a32faecd595d0bf7948b5a527100db9d8;hpb=75744e6526193604bfbcc6be3a3793315556f12c;p=novacoin.git diff --git a/src/script.h b/src/script.h index af523e6..7177339 100644 --- a/src/script.h +++ b/src/script.h @@ -638,6 +638,7 @@ int ScriptSigArgsExpected(txnouttype t, const std::vector &vKeys); bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet); bool ExtractDestinations(const CScript& scriptPubKey, txnouttype& typeRet, std::vector& addressRet, int& nRequiredRet);