Skip to content

Commit

Permalink
Remove func definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Nov 26, 2018
1 parent c50ba34 commit f971f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ class CWallet : public CCryptoKeyStore, public CValidationInterface
*/
bool SelectCoins(const std::vector<COutput>& vAvailableCoins, const CAmount& nTargetValue, std::set<std::pair<const CWalletTx*,unsigned int> >& setCoinsRet, CAmount& nValueRet, const CCoinControl *coinControl = NULL) const;
bool SelectCoinsForStaking(int64_t nTargetValue, std::set<std::pair<const CWalletTx*,unsigned int> >& setCoinsRet, int64_t& nValueRet) const;
void AvailableCoinsForStaking(std::vector<COutput>& vCoins, int nConf, unsigned int nSpendTime) const;

CWalletDB *pwalletdbEncryption;

Expand Down

0 comments on commit f971f2a

Please sign in to comment.