zap-o-matic
zap-o-matic
If you hit this problem and you are using a localhost network, it may be that your gRPC endpoint needs adjusting. For instance, if you are running on an umbrel,...
confirmed. The issue persisted after my peer restarted LND, but resolved after he did a full system reboot.
yeah, let's chalk this up to system network issue for now.
Agree with @Impa10r --I'd like to be able to configure a Peer like so: ``` { // do not allow swap in requests allow_in: false, // allow swap out requests...
one more config option that would be super helpful. Let me know if you'd like these filed as different tickets. ``` { min_out_lbtc: 2000000, min_out_btc: 2000000, min_in_btc: 2000000, min_in_lbtc: 2000000,...
Regarding these extra restriction options, I just realized this could be a big deal for adoption and sustainability of the ecosystem. Among a group of us that are connected and...
There certainly seems to be something off with the math on these... It might be worth not initiating btc swaps until this is resolved or cleared up if you don't...