From 8939ad8bb7233128043d7ca7f3db51bb27922b2f Mon Sep 17 00:00:00 2001 From: jeamick Date: Fri, 8 Oct 2021 08:43:11 +0100 Subject: [PATCH] small typo update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97fb2b..d6d2a03 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can read more details in [this article](https://medium.com/@gertjaap/discree ### Communication between 3 parties [This sample code](https://github.com/p2pderivatives/dlc/blob/master/test/integration/dlc_test.go) demonstrates how 3 parties communicate. An oracle Olivia publishes a n-digit number lottery result everyday, and Alice and Bob bet on the lottery. -In the tese, the following scenarios are tested. +In the these, the following scenarios are tested. * Alice and Bob make contracts and execute a fixed one. * Oracle does't publish a valid message and sign, and contractors refund their funding transactions.