unable to build/run lnd app: error "unknown field ChanID in struct literal" #9317
-
I was using an outdate version of LND (0.15.3) and need to update to 0.18.3 However when I try to compile my testing lnd app I get the following error:
This is at top of my go.mod file:
Also I couldn't find a clear updated installation guide for LND development. Working on regular Debian 12 amd64 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @99Percent! Check if there's an indirect dependency of |
Beta Was this translation helpful? Give feedback.
yes, I had
changed it to:
And resolved the issue. Another error came up which was:
but I fixed it by adding: