From c48b8badbd3aa8aec4ef93fe9375dcdd4a3b33a2 Mon Sep 17 00:00:00 2001 From: Oleksandr Tkachenko <108659113+altkdf@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:53:12 +0200 Subject: [PATCH] update README.md --- rust/basic_bitcoin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/basic_bitcoin/README.md b/rust/basic_bitcoin/README.md index edb6d2f2c..8ec37af3a 100644 --- a/rust/basic_bitcoin/README.md +++ b/rust/basic_bitcoin/README.md @@ -33,7 +33,7 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte This tutorial has the same smart contract written in [Motoko](https://internetcomputer.org/docs/current/developer-docs/backend/motoko/index.md) -using ECDSA and Bitcoin API but currently not Schnorr API. +using ECDSA, Schnorr, and Bitcoin API. You can clone and deploy either one, as they both function in the same way.