mental note to self

This commit is contained in:
Olaoluwa Osuntokun 2015-12-15 15:22:33 -06:00
parent 1cad40aaf0
commit a5d915dea2
1 changed files with 10 additions and 0 deletions

View File

@ -131,3 +131,13 @@ func (r *ChannelReservation) Cancel() {
func (r *ChannelReservation) WaitForChannelOpen() *LightningChannel {
return nil
}
// * finish reset of tests
// * comment out stuff that'll need a node.
// * start on commitment side
// * implement rusty's shachain
// * set up logic to get notification from node when funding tx gets 6 deep.
// * prob spawn into ChainNotifier struct
// * create builder for initial funding transaction
// * fascade through the wallet, for signing and such.
// * channel should have active namespace to it's bucket, query at that point fo past commits etc