You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: remove lnd dep by including tlv varint impls
In this commit, we remove the circular-ish dep with `lnd` by removing
our dependency on the tlv package. We do this by copying over the
implementation of the varint encoding/decoding from the tlv package.
0 commit comments