Remove an unused function from governance object collateral code (#2480)
This commit is contained in:
parent
22b5952c5a
commit
da4b5fb16e
@ -3362,16 +3362,6 @@ bool CWallet::CreateCollateralTransaction(CMutableTransaction& txCollateral, std
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CWallet::GetBudgetSystemCollateralTX(CTransactionRef& tx, uint256 hash, CAmount amount, bool fUseInstantSend)
|
||||
{
|
||||
CWalletTx wtx;
|
||||
if(GetBudgetSystemCollateralTX(wtx, hash, amount, fUseInstantSend)){
|
||||
tx = wtx.tx;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CWallet::GetBudgetSystemCollateralTX(CWalletTx& tx, uint256 hash, CAmount amount, bool fUseInstantSend)
|
||||
{
|
||||
// make our change address
|
||||
|
@ -922,7 +922,6 @@ public:
|
||||
CAmount GetNeedsToBeAnonymizedBalance(CAmount nMinBalance = 0) const;
|
||||
CAmount GetDenominatedBalance(bool unconfirmed=false) const;
|
||||
|
||||
bool GetBudgetSystemCollateralTX(CTransactionRef& tx, uint256 hash, CAmount amount, bool fUseInstantSend);
|
||||
bool GetBudgetSystemCollateralTX(CWalletTx& tx, uint256 hash, CAmount amount, bool fUseInstantSend);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user