From 240883aff4c328024a9e47ba73d1c5b67081b8e1 Mon Sep 17 00:00:00 2001 From: ph0cion <54285809+ph0cion@users.noreply.github.com> Date: Fri, 12 Feb 2021 15:16:01 -0500 Subject: [PATCH] fix bitcoin-s github link (#138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acfa12..277e911 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For more information on works in progress and TODOs, see our [pull requests](htt The team at Suredbits is working on a implementation of discreet log contracts in bitcoin-s. 1. [Documentation](https://bitcoin-s.org/docs/next/wallet/dlc) -2. [Github branch](https://github.com/bitcoin-s/bitcoin-s/tree/adaptor-dlc/dlc/src/main/scala/org/bitcoins/adaptor-dlc) +2. [Github branch](https://github.com/bitcoin-s/bitcoin-s/tree/adaptor-dlc/dlc/src/main/scala/org/bitcoins/dlc) 3. [Interactive DLC Demo](https://scastie.scala-lang.org/nkohen/OVWMOXwPRryREhVNw7pjLw/11) ### [cfd-dlc](https://github.com/p2pderivatives/cfd-dlc)