X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;fp=src%2Fmain.h;h=63884b214d2d6360908fcbdcd94ccb071a59c0a7;hb=d5c96395c728154d40d426cdac4b9221416b64e8;hp=c9e3fd5a0ce68a3ac087c083e12738e6cc405c48;hpb=727ca3e7b4bcec6d7a3aae1485c84a35ac9df93e;p=novacoin.git diff --git a/src/main.h b/src/main.h index c9e3fd5..63884b2 100644 --- a/src/main.h +++ b/src/main.h @@ -133,7 +133,7 @@ std::string GetWarnings(std::string strFor); bool GetTransaction(const uint256 &hash, CTransaction &tx, uint256 &hashBlock); uint256 WantedByOrphan(const CBlock* pblockOrphan); const CBlockIndex* GetLastBlockIndex(const CBlockIndex* pindex, bool fProofOfStake); -void ResendWalletTransactions(); +void ResendWalletTransactions(bool fForceResend=false); bool VerifySignature(const CTransaction& txFrom, const CTransaction& txTo, unsigned int nIn, unsigned int flags, int nHashType);