From c8657cbb4d0cc8cb801ee87c02e28f411880489c Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 2 Apr 2015 19:06:06 +0300 Subject: [PATCH] fix possible MN breakage during mixing --- src/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet.cpp b/src/wallet.cpp index b30d3d7cb..84340cde4 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1489,7 +1489,7 @@ bool CWallet::SelectCoins(int64_t nTargetValue, set 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){