Elias Rohrer
Elias Rohrer
After enabling logging for the `QuicSocketBase` I get the following output right before the program crashes. ``` +8.233468295s 43 QuicSocketBase:ReTxTimeout(): [INFO ] ReTxTimeout Expired at time 8.23347 +8.233468295s 43 QuicSocketBase:ReTxTimeout():...
> > This doesn't seem to build for me as you're trying to use async traits: > > ``` > > error[E0562]: `impl Trait` only allowed in function and inherent...
Mhh, one caveat seems to be that Esplora on Signet seems to return `{}` for `fee-estimates`. However, arguably falling back to 1 sat/vbyte should still be part of the user-side...
Yes, I also agree that this would be the preferable behavior, although want to note that changing it to return an error will let user's fee estimation on Signet fail...
Not sure? It has a `spent: bool` field, so it's really describing the status of the output itself? What would be missing to make it a real `OutputStatus`? However, if...
I still like the idea of using `Amount` everywhere as it clearly communicates the type. Furthermore, we'll eventually look to introduce similar type in LDK, as the convertion between msat...