From 39524af2faf0289fb3ba65de300af7039aa14586 Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Mon, 23 Apr 2018 15:11:55 -0400 Subject: [PATCH] Remove obsolete block.io. --- COMMAND-LINE-TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMMAND-LINE-TOOLS.md b/COMMAND-LINE-TOOLS.md index 1f18aae06..cd4e55b6b 100644 --- a/COMMAND-LINE-TOOLS.md +++ b/COMMAND-LINE-TOOLS.md @@ -286,7 +286,7 @@ View the famous "pizza" transaction [PIZZA]: Oops! We don't have web services set up. Let's do that now: $ PYCOIN_CACHE_DIR=~/.pycoin_cache - $ PYCOIN_BTC_PROVIDERS="block.io blockchain.info blockexplorer.com" + $ PYCOIN_BTC_PROVIDERS="blockchain.info blockexplorer.com" $ export PYCOIN_CACHE_DIR PYCOIN_BTC_PROVIDERS It's not done automatically so a command-line tool won't leak potentially private information about what transactions you're interested in to a third-party website. If you don't care, you could put these lines into your `.profile`.