diff --git a/18_4_Accessing_Bitcoind_with_Python .md b/18_4_Accessing_Bitcoind_with_Python.md similarity index 99% rename from 18_4_Accessing_Bitcoind_with_Python .md rename to 18_4_Accessing_Bitcoind_with_Python.md index 2d8a9d7..b51d96a 100644 --- a/18_4_Accessing_Bitcoind_with_Python .md +++ b/18_4_Accessing_Bitcoind_with_Python.md @@ -381,4 +381,4 @@ TXID of sent transaction: 'k9db702lsd512e2421915dc53clkj28f39a987c9a91cc0514faac In this chapter we learnt how to connect to a node, get some basic information about our node and even sent a transaction over testnet. Accessing Bitcoind with Python is very easy while using the `python-bitcoinrpc` library. The first thing to always do is to establish connection with your bitcoind instance then, you can basically call all the bitcoin API calls as described in the bitcoin-core documentation. This makes it really easy to create small or large scripts to manage your own node, check balances or create cool applications on top as you get the full power of `bitcoin-cli`. -All the source code for this chapter is available in the [src](./src/18_4_accessing_bitcoind_with_python.py) directory of the repo. \ No newline at end of file +All the source code for this chapter is available in the [src](./src/18_4_accessing_bitcoind_with_python.py) directory of the repo.