adamPetho

Results 53 comments of adamPetho

By jumping back and forth between this PR and `master` (bc i was stupid) I managed to "loose" some tBTC. On master: ![image](https://user-images.githubusercontent.com/45069029/190400272-7a315ac9-ea7b-4685-9125-8cbe6f669780.png) Same wallet on this PR:: ![image](https://user-images.githubusercontent.com/45069029/190400103-6c5a9d29-1e7e-4080-9d77-39d95b885e85.png) Was...

@MarnixCroes How many UTXOs has your wallet?

For the code part, this should be easy enough. All we have to do is delete this [handler](https://github.com/zkSNACKs/WalletWasabi/blob/9ce13c63625957b3c0ca2506b323e3ecb5d2675b/WalletWasabi.Fluent/ViewModels/Wallets/Send/TransactionInfo.cs#L67) and its subscription in the ctor. With this, adjusting the fee modifies...

> I don't know a workaround other than turning Wasabi off and on again. Yeah, but that's the smallest problem, because clicking outside the dialog can close it (if it's...

~~This is a wild guess, but I think only the number of coins matters.~~ With 1000+ UTXO, today I just can't reproduce any of the issues above.

> After the transaction was sent (successfully), the exception below has been thrown and the application restarted with the crash reporter. IMO this is a completely different issue. Anyway I...

Well, the infinite loop is fixed by getting a `TransactionException: Coin selection timed out.` error. But still, I couldn't send out the ~90% of my balance with the normal send...

> Can you give me a repo? How many coins do you have? What amounts? What amount are you trying to send? Well, it's on the CJ machine, so the...

> > 1. `InvalidOperationException: Sequence contains no elements` dialog > > Is this fixed? @adamPetho I don't see that exception anymore. > > 3. Forever loading (can't go back) >...