Bufo

Results 10 comments of Bufo

I am having the same issue.

This worked for me: https://github.com/SmallRuralDog/web3modal-vue/issues/4#issuecomment-907876960

Core | EVM RPC: https://1rpc.io/core explorer: https://scan.coredao.org/

I got it working, and noticed that [here](https://github.com/bufo24/lnd/blob/3e022a4d9cdadf25d2a292e558973fccf0ff6efd/discovery/gossiper.go#L2934) inbound fees are also not added, is this needed?

Those tests cases should be resolved in my latest commit. I am not super familiar with Go, what's the best way to resolve these long lines? Which causes the linter...

Lint issues resolved and release notes updated. Some integration tests are failing, but are not related to my changes it seems 🤔

I am interested in working on this. I just am getting started with working inside the LND codebase but love to use this project to get myself more engaged

I know LND also calls it inbound fees, so it's nice to be consistent with the naming, so other devs directly understand that we're talking about the same thing, instead...

LND already gives the negative values, do you want to make them positive?

And I tested this and I see that the inbound fees are coming in like numbers, not strings: ``` { custom_records: { '\x03Ù\x00\x00\x00\x00\x00\x00': }, time_lock_delta: 50, min_htlc: '1000', fee_base_msat: '10',...