@bot guix-osx
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 29 2024
Rebase
wait for the avalanche fix
forward process env
fix shasum calc
move doged download into the functional test
Reformatted the use statement to make it one line
use std::{collections::BTreeMap, ffi::CString};
Also changed thiserror back to original version (1.0), and will change in a seperate diff
@bot guix-osx
@bot guix-linux guix-osx guix-win
fix "Oi, you got a loicense fo that, mate?" spelling, fix build
@bot guix-osx
@bot guix-linux guix-osx guix-win
In D17240#391437, @emack wrote:In these situations I feel it may be more intuitive if you leave the toggle there but simply disable it (maybe greyed out to indicate lock status?) so that it's clear to the user this is SLP only. Otherwise they might be looking for the toggle they saw previously with no on screen hint as to why it's not there.
This is a bit clumsy but seems to work;
diff --git a/electrum/electrumabc/interface.py b/electrum/electrumabc/interface.py index b1198bb889..42e6e23193 100644 --- a/electrum/electrumabc/interface.py +++ b/electrum/electrumabc/interface.py @@ -341,17 +341,40 @@ class TcpConnection(threading.Thread, PrintError):
Reverted back to just calling CString instead of using the new str_to_cstr function
use doged to test legacy signatures
In these situations I feel it may be more intuitive if you leave the toggle there but simply disable it (maybe greyed out to indicate lock status?) so that it's clear to the user this is SLP only. Otherwise they might be looking for the toggle they saw previously with no on screen hint as to why it's not there.