We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25df777 commit b99b04dCopy full SHA for b99b04d
1 file changed
README.md
@@ -37,7 +37,7 @@ How much bitcoin (in satoshis) is currently sitting in the Bitcoin Foundation Ad
37
38
Satoshis are a bit hard to inuit. How much is that in BTC?
39
```
40
->>> blockcypher.from_satoshis(5850576658, 'btc')
+>>> blockcypher.from_base_unit(5850576658, 'btc')
41
58.50576658
42
43
~58.5 BTC, not bad.
0 commit comments