mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
06bad8ba42ad9b69bcfdb1f95f25a45b1c1a86b2
* `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
The file is empty.
Description
Lightning Network Daemon ⚡️
bitcoinblockchaincryptocurrencycryptographylightninglightning-networkmicropaymentspaymentspeer-to-peerprotocol
Readme
MIT
213 MiB
Languages
Go
99.4%
Shell
0.5%
Makefile
0.1%