X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.h;h=7177339b8dd469ce64b822f62da3e789ba695ba0;hb=15e9a03687e99d6b1a7a90e56e69a37faa6bb9b8;hp=af523e6a32faecd595d0bf7948b5a527100db9d8;hpb=62b3df9c02e86432aa73f8b475900946bb348816;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);