lnd version, "hacked" to enable seedless restore from xprv + scb
06bad8ba42
* `i := toDerive - 1` created an unsigned integer, the last loop iteration subtracted from zero causing this to underflow creating an infinite loop * Instead, initialized `i` as an int, and cast to uint as needed |
||
---|---|---|
chainntfs | ||
lnwallet | ||
revocation | ||
peer_test.go | ||
peer.go | ||
plasma.go | ||
README.md |