From 65bd520926169e77545ab017f16c93fcf36e74d7 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Tue, 9 Mar 2021 19:17:32 +0100 Subject: [PATCH] ch10: Update result for use of Python 3 --- ch10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index 739b4dfa..f25b06f4 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -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 ---- ====