From 2405614e3f897e855863c5fe77d1193cde1b2a11 Mon Sep 17 00:00:00 2001 From: rhuairahrighairigh Date: Tue, 17 Jul 2018 15:00:44 +0100 Subject: [PATCH] update readme --- internal/x/paychan/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/x/paychan/README.md b/internal/x/paychan/README.md index cad4cfea..68ec7016 100644 --- a/internal/x/paychan/README.md +++ b/internal/x/paychan/README.md @@ -1,4 +1,4 @@ -Paychan Sketch +Payment channel implementation sketch Simplifications: @@ -8,8 +8,8 @@ Simplifications: TODO - - fill in details - - add tests - - is errors.go needed? - - is wire.go needed? - - remove simplifications \ No newline at end of file + - fix issue with multisig accounts and sequence numbers + - create a nicer paychan store key for querying (and implement query) + - expand client code + - tidy up - add return tags + - start removing simplifications, refactor