1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-14 03:48:58 +00:00

ch10: Update result for use of Python 3

This commit is contained in:
Will Binns 2021-03-09 19:17:32 +01:00
parent 7b7128f2f0
commit 65bd520926
No known key found for this signature in database
GPG Key ID: 302EBEAEEB74A404

View File

@ -59,7 +59,7 @@ include::code/max_money.py[]
[source,bash]
----
$ python max_money.py
Total BTC to ever be created: 2099999997690000 Satoshis
Total BTC to ever be created: 2100000000000000.0 Satoshis
----
====