mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-09 00:24:21 +01:00
* Added description in lnwire/README.md for state machine
* Figured out mutex stuff...
* Started the State Machine (using dummy functions for net/db)
* Minor corrections in wire protocol (changed some names/types)
- Renamed StagingID to HTLCKey of type HTLCKey (uint64)
151 B
151 B
I'm using this as a temporary repo for the state machine.
All hooks into real stuff isn't used right now.
Will merge into lnwallet/channel.go later?