mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Merge pull request #295 from UdjinM6/fix_possible_MN_breakage
fix possible MN breakage during mixing
This commit is contained in:
commit
b2f895ee08
@ -1489,7 +1489,7 @@ bool CWallet::SelectCoins(int64_t nTargetValue, set<pair<const CWalletTx*,unsign
|
||||
// Note: this function should never be used for "always free" tx types like dstx
|
||||
|
||||
vector<COutput> vCoins;
|
||||
AvailableCoins(vCoins, true, coinControl, ALL_COINS, useIX);
|
||||
AvailableCoins(vCoins, true, coinControl, coin_type, useIX);
|
||||
|
||||
//if we're doing only denominated, we need to round up to the nearest .1DRK
|
||||
if(coin_type == ONLY_DENOMINATED){
|
||||
|
Loading…
Reference in New Issue
Block a user