which wallets do you guys use for sub 1 sat/vB?
I created such a transaction in Electrum and
sentbroadcasted it from the mempool.space website. But to do this I had to edit the wallet.py file, specifically replacing the line #3336 (v. 4.6.0)
allow_send = False
with
allow_send = True
.