From 3e4a6b694bc3d3b2e37ff743e748debf5054016c Mon Sep 17 00:00:00 2001 From: Michael Rotarius Date: Tue, 1 Aug 2017 14:48:30 +0200 Subject: [PATCH] 0.10.1 special instructions removed --- _includes/devdoc/example_transactions.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_includes/devdoc/example_transactions.md b/_includes/devdoc/example_transactions.md index f4dd8bd4..d01c9fea 100644 --- a/_includes/devdoc/example_transactions.md +++ b/_includes/devdoc/example_transactions.md @@ -119,10 +119,6 @@ someone else, that second transaction would not be displayed in our list of UTXOs. {% highlight bash %} -## Bitcoin Core 0.10.1 and earlier -> bitcoin-cli -regtest setgenerate true 1 - -## Later versions of Bitcoin Core > bitcoin-cli -regtest generate 1 > unset NEW_ADDRESS @@ -349,10 +345,6 @@ would usually then broadcast it to other peers, but we're not currently connected to other peers because we started in regtest mode. {% highlight bash %} -## Bitcoin Core 0.10.1 and earlier -> bitcoin-cli -regtest setgenerate true 1 - -## Later versions of Bitcoin Core > bitcoin-cli -regtest generate 1 > unset UTXO_TXID UTXO_VOUT NEW_ADDRESS RAW_TX SIGNED_RAW_TX