From b04a57b95cbba0384d824cfbc9f708bd83f12b21 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 1 Mar 2018 10:45:22 +1030 Subject: [PATCH] README.md: no need for segwit activation on regtest any more. Signed-off-by: Rusty Russell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfa2b6d47a1..9020424f6e97 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ In order to start `lightningd` you will need to have a local `bitcoind` node run bitcoind -daemon -testnet ``` -Wait until `bitcoind` has synchronized with the testnet network. In case you use regtest, make sure you generate at least 432 blocks to activate SegWit. +Wait until `bitcoind` has synchronized with the testnet network. Make sure that you do not have `walletbroadcast=0` in your `~/.bitcoin/bitcoin.conf`, or you may run into trouble. Notice that