Skip to content

Commit

Permalink
Fix typos in doc and provider file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Nov 21, 2024
1 parent 685f097 commit f69d886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitcoinlib/data/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
},
"mempool.litecoin": {
"provider": "mempool",
"network": "litecoin_testnet",
"network": "litecoin",
"client_class": "MempoolClient",
"provider_coin_id": "",
"url": "https://litecoinspace.org/api/",
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/manuals.security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Frequently Asked Questions
Ten tips for more privacy and security when using Bitcoin and Bitcoinlib:

1. Run your own `Bitcoin core <https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.setup-bitcoind-connection.html>`_,
`Bcoin node <manuals.setup-bcoin.html>`_ node or `Blockbook server <manuals.setup-blockbook.html>`_, so you are not depending on external Blockchain API service providers anymore.
`Bcoin node <manuals.setup-bcoin.html>`_ or `Blockbook server <manuals.setup-blockbook.html>`_, so you are not depending on external Blockchain API service providers anymore.
This not only increases your privacy, but also makes your application much faster and more reliable. And as extra bonus
you support the Bitcoin network.
2. Use multi-signature wallets. So you are able to store your private keys in separate (offline) locations.
Expand Down

0 comments on commit f69d886

Please sign in to comment.