From d74cb8be2c11fbfa84f56363ab111a52447d5bb9 Mon Sep 17 00:00:00 2001 From: Ben Carman Date: Thu, 27 Feb 2020 14:28:50 -0600 Subject: [PATCH 1/3] Add PR link for nLocktimes and sequence numbers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f4ecf..93c1003 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Pull requests and comments welcome. - Rework partipants shared public keys and addresses ([#10](https://github.com/discreetlogcontracts/dlcspecs/pull/10)) -- Funding, CET, and Closing Transaction `sequence` numbers and `nLocktime` +- Funding, CET, and Closing Transaction `sequence` numbers and `nLocktime` ([#23](https://github.com/discreetlogcontracts/dlcspecs/pull/23)) - Funding, CET, and Closing Transaction input and output ordering ([#18](https://github.com/discreetlogcontracts/dlcspecs/issues/18)) From bd3cbcb259a6a02dbb290e187c89eb86f70bd004 Mon Sep 17 00:00:00 2001 From: Ben Carman Date: Thu, 27 Feb 2020 14:30:23 -0600 Subject: [PATCH 2/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c1003..d91bb54 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Pull requests and comments welcome. ### Future Work -- Construction and neogatiation of DLCs in Lightning [#3](https://github.com/discreetlogcontracts/dlcspecs/issues/3)) +- Construction and neogatiation of DLCs in Lightning ([#3](https://github.com/discreetlogcontracts/dlcspecs/issues/3)) --- From 247caf6a87ea0320b660732f02fb1c34e788b268 Mon Sep 17 00:00:00 2001 From: Ben Carman Date: Thu, 27 Feb 2020 14:31:18 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91bb54..2d6abe6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Pull requests and comments welcome. - Create introductory page to DLCs and a glossary of technical terms ([#16](https://github.com/discreetlogcontracts/dlcspecs/issues/16)) -- Specify how an event Id should be calculated [#20](https://github.com/discreetlogcontracts/dlcspecs/issues/20)) +- Specify how an event Id should be calculated ([#20](https://github.com/discreetlogcontracts/dlcspecs/issues/20)) - Oracle signature specification ([#21](https://github.com/discreetlogcontracts/dlcspecs/issues/21))