Turbolay
Turbolay
What would happen if at wallet import an user fails and input 2021 as the key generation year but the right one was 2019? The funds displayed might be incorrect...
Some context: https://github.com/btcpayserver/btcpayserver/issues/2110 In the past in BlueWallet, QRCodes were extremely hard to scan also. Now that they're using uppercase it improved a lot.
 `INFO WalletManager.StartWalletAsync (161) Starting wallet 'Wallet 3'...` Nothing else in the logs Apart I tested with 3 wallets and it worked like a charm, coinjoined using taproot, sent between...
I agree that when you have 0 bytes available on your disk the config file of Wasabi may not be your first issue. Yet my disk was full and my...
In the UI nothing, in the log the error is written. I could see it as I run WasabiWallet.Fluent.Desktop.exe, but a user running wassabee.exe won't see it as the disk...
I tried lot of different ways to place this text and it was "crappy" every time. Maybe think at something else than a text or try again to find a...
>They both have the text centered. Not Bluewallet, their design for the text is close to the one already implemented. Implementikng their behaviour looks like this, bad:  > How...
This will run into the deadlock mentionned here -> #9069 A temporary fix: ```csharp public void SetBestHeight(Height height) { lock (HdPubKeysLock) { lock (BlockchainStateLock) { BlockchainState.Height = height; lock (ToFileLock)...
Reproduced first time on mac https://user-images.githubusercontent.com/16029533/195830461-9163232c-6409-4504-ac54-fb890fb2340a.mp4
(I can't see how it could be related to #9130 either, I thought it was because I found this while testing this feature. Rn, I cant reproduce)