X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=0e2cead361ab6df7b025f0245be4c5d5020a9b4a;hb=5bd651e4004e69083d6ea31c7dc172745cd603f7;hp=07b2b7c7f096d8ec7f4395a6530eac7f7e155151;hpb=c03bef8c049b0dd4ef5b63fdfd64bff96e60cb25;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index 07b2b7c..0e2cead 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -89,7 +89,7 @@ public: int64 GetStake() const; bool CreateTransaction(const std::vector >& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); bool CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); - bool CreateCoinStake(CScript scriptPubKey, unsigned int nBits, CTransaction& txNew); + bool CreateCoinStake(unsigned int nBits, CTransaction& txNew); bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey); bool BroadcastTransaction(CWalletTx& wtxNew); std::string SendMoney(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false);