From ec0dec08090952cb289d5cb6f821df8adbca6438 Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Sat, 1 Nov 2025 01:37:23 +0200 Subject: [PATCH] docs: additional note on TAPROOT/FROST testing --- docs/TESTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TESTING.md b/docs/TESTING.md index 2ab68f8..941d438 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -22,6 +22,8 @@ fallbackfee=0.0002 # getrawtransaction. This data is need to perform signing of P2TR inputs. txindex=1 ``` +**NOTE for TAPROOT/FROST**: keep attention to the option `txindex`, +wchich is now required in the `bitcoin.conf` (any random password is fine of course). It is also advisable to wipe ~/.bitcoin/regtest first, in case it gets large and slow to process.