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