lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Olaoluwa Osuntokun 06bad8ba42 revocation: fix integer underflow infinite loop bug in sha chain
* `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
2015-12-21 15:47:36 -06:00
chainntfs chaintfns: skeleton of first notifier 2015-12-16 22:55:22 -06:00
lnwallet lnwallet: add field to track current out-of-chain revocation hash 2015-12-20 21:48:56 -06:00
revocation revocation: fix integer underflow infinite loop bug in sha chain 2015-12-21 15:47:36 -06:00
peer_test.go plasma: rough draft of peer struct 2015-12-20 15:16:38 -06:00
peer.go plasma: correct commit with sketch of lnwire.Message interface 2015-12-20 21:47:00 -06:00
plasma.go empty daemon entry point 2015-12-16 18:42:52 -06:00
README.md blank README 2015-10-27 15:49:56 -07:00