From a5d915dea208c5da2f2baaca4d58926ebfbdd0a7 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 15 Dec 2015 15:22:33 -0600 Subject: [PATCH] mental note to self --- wallet/reservation.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wallet/reservation.go b/wallet/reservation.go index 92bb9cd4..03a0edee 100644 --- a/wallet/reservation.go +++ b/wallet/reservation.go @@ -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