Skip to content

Commit

Permalink
fix possible MN breakage during mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Apr 2, 2015
1 parent e29b66d commit c8657cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.cpp
Expand Up @@ -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){
Expand Down

0 comments on commit c8657cb

Please sign in to comment.