diff options
Diffstat (limited to 'doc/release-notes-21056.md')
-rw-r--r-- | doc/release-notes-21056.md | 6 |
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) |