]> Untitled Git - bdk/commit
Correct rpc example command syntax
authorAdam Gibson <adamisz@protonmail.com>
Tue, 21 Oct 2025 16:46:08 +0000 (13:46 -0300)
committerAdam Gibson <adamisz@protonmail.com>
Thu, 23 Oct 2025 13:26:25 +0000 (10:26 -0300)
commitd6ba0ae458485d8725a1dc1a4410cd6bb75da2ef
treec33052257eb63ccd5346502af375f9f6f4171bce
parent126ebda443baebe4886a16e397d76270ac7c21d7
Correct rpc example command syntax

Several of the steps in the README for example_bitcoind_rpc_polling
don't work as written. The most important was at the start, there is
a missing "init" command that otherwise gives a file error. Also the
specification of regtest network needed is a bit different than what
is written.
examples/example_bitcoind_rpc_polling/README.md