From 8f96b4f9da7d50f2171a56a917fe0e5a2d21bf53 Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Fri, 6 Mar 2026 20:13:34 +0000 Subject: [PATCH] doc: Make `chain` argument consistent in `README` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 684419a..f580167 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ fails with `bad-cb-length` because the BIP34 height push is too short for the coinbase scriptSig minimum. ```sh -./build/bin/bitcoin rpc -regtest -rpcwait generatetodescriptor 101 "raw(51)" +./build/bin/bitcoin rpc -chain=regtest -rpcwait generatetodescriptor 101 "raw(51)" ``` ### 4. Run tests @@ -49,7 +49,7 @@ cargo test ### 5. Stop bitcoin ```sh -./build/bin/bitcoin rpc -regtest stop +./build/bin/bitcoin rpc -chain=regtest stop ``` ## License