From ae0a3d14be5f8aa0774d7f65105b4068f0808dbd Mon Sep 17 00:00:00 2001 From: meherett Date: Thu, 15 Aug 2024 11:13:34 +0300 Subject: [PATCH] Drop: disclaimer from docs & README.md --- README.md | 2 -- docs/index.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 1810d07..bbca156 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / This library supports both [No EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-flag-is-not-used) and [EC-multiply](https://github.com/bitcoin/bips/blob/master/bip-0038.mediawiki#encryption-when-ec-multiply-mode-is-used) modes and is compatible with over 150+ cryptocurrencies. It's specifically tailored for Pay-to-PubKey-Hash (P2PKH) address types. - ⚠️ Disclaimer: This library is intended for research purposes only and will not be responsible for any asset loss. - For more info see the [Passphrase-protected private key - BIP38](https://en.bitcoin.it/wiki/BIP_0038) spec. ## Installation diff --git a/docs/index.rst b/docs/index.rst index 096bc7f..e3a5994 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,8 +26,6 @@ A Python library for the implementation of Bitcoin Improvement Proposal - 0038 / This library supports both `No EC-multiply `_ and `EC-multiply `_ modes and is compatible with over 150+ cryptocurrencies. It's specifically tailored for Pay-to-PubKey-Hash (P2PKH) address types. - ⚠️ Disclaimer: This library is intended for research purposes only and will not be responsible for any asset loss. - For more info see the `Passphrase-protected private key - BIP38 `_ specs. Installing BIP38