aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Decker <decker.christian@gmail.com>2021-02-16 15:07:13 +0100
committerChristian Decker <decker.christian@gmail.com>2021-06-03 11:23:22 +0200
commitc490e17ef698a1695050f82ef6567b3b87a21861 (patch)
tree9e3e12743e314cb6e885695d8f3a11274927a7b6 /doc
parenta7fcc8eb59fe51473571661316214156fbdbdcae (diff)
downloadbitcoin-c490e17ef698a1695050f82ef6567b3b87a21861.tar.xz
doc: Add release notes for the `-rpcwaittimeout` cli parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-21056.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-21056.md b/doc/release-notes-21056.md
new file mode 100644
index 0000000000..2201a8cdae
--- /dev/null
+++ b/doc/release-notes-21056.md
@@ -0,0 +1,6 @@
+New bitcoin-cli settings
+------------------------
+
+- A new `-rpcwaittimeout` argument to `bitcoin-cli` sets the timeout
+ in seconds to use with `-rpcwait`. If the timeout expires,
+ `bitcoin-cli` will report a failure. (#21056)