mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02: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)
|
||
|---|---|---|
| .. | ||
| lnstate.go | ||
| README.md | ||
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?