WalletWasabi: musicbox message stuck at waiting for confirmed coins, while all coins confirmed and none banned

There have been some more musicbox waiting for confirmed coins issues, in combination with banned coins.

This seems to be a different one. on a small testnet wallet: all coins confirmed, none banned stuck at waiting for confirmed coins

image

this might be related/causing it:

2022-08-01 12:34:49.095 [33] DEBUG      CoinJoinManager.HandleCoinJoinFinalizationAsync (389)   WalletWasabi.WabiSabi.Client.RoundStateAwaiters.NoCoinsToMixException: No coin was selected from '4' number of coins. Probably it was not economical, total amount of coins were: 0.00019132 BTC.
   at WalletWasabi.WabiSabi.Client.CoinJoinClient.StartCoinJoinAsync(IEnumerable`1 coinCandidates, CancellationToken cancellationToken) in WalletWasabi\WabiSabi\Client\CoinJoinClient.cs:line 179
   at WalletWasabi.WabiSabi.Client.CoinJoinManager.HandleCoinJoinFinalizationAsync(CoinJoinTracker finishedCoinJoin, ConcurrentDictionary`2 trackedCoinJoins, CancellationToken cancellationToken) in WalletWasabi\WabiSabi\Client\CoinJoinManager.cs:line 374

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15

Most upvoted comments

The problem with this is just that this message is a placeholder for many many different problems.

There is a conflict between 2 views: Add messages to give more insight VS remove some messages to be less confusing.

Currently, and since quite some time now, we are in the between. Our lack of decision making (even if we tend to be removing messages) creates this kind of terribly confusing situations where the message is precise enough for users to think it gives them insight but too general for them to exactly understand what’s going on.

thanks guys. @soosr it looks like the issue is still something to handle 😦