lnd.xprv/lnstate/README.md
Joseph Poon 1981001a29 Started working on state machine
* 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)
2016-01-14 23:58:04 -08:00

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?