mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-07-04 05:06:18 +00:00
minor correction
This commit is contained in:
parent
2a2d6a1b1b
commit
f1693a01a2
@ -76,7 +76,7 @@ print("---------------------------------------------------------------")
|
|||||||
print("Block Count:", block_count)
|
print("Block Count:", block_count)
|
||||||
print("---------------------------------------------------------------\n")
|
print("---------------------------------------------------------------\n")
|
||||||
```
|
```
|
||||||
Debería ver la siguiente salida con `logging` activado :
|
Debería ver la siguiente salida con `logging` activado:
|
||||||
```sh
|
```sh
|
||||||
DEBUG:BitcoinRPC:-3-> getblockcount []
|
DEBUG:BitcoinRPC:-3-> getblockcount []
|
||||||
DEBUG:BitcoinRPC:<-3- 1773020
|
DEBUG:BitcoinRPC:<-3- 1773020
|
||||||
|
Loading…
x
Reference in New Issue
Block a user