X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=07b2b7c7f096d8ec7f4395a6530eac7f7e155151;hb=747f99fb5d37ef7faa66dd0bd40a56faca41094a;hp=4beebb83afd735a6baef4f85b761ea166c40441f;hpb=842acb70ed327ed76124758782825c0ce340141d;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index 4beebb8..07b2b7c 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, CTransaction& txNew); + bool CreateCoinStake(CScript scriptPubKey, 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);