docs: release notes for bitcoin#21141 - walletnotify %h %b

This commit is contained in:
Konstantin Akimov 2024-07-15 13:51:40 +07:00
parent 044ddb4c80
commit 4731f7045f
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -0,0 +1,6 @@
## Command-line options
### Changes in existing cmd-line options:
- `-walletnotify=<cmd>` has a new format options "%h" and "%b".
%b is replaced by the hash of the block including the transaction (set to 'unconfirmed' if the transaction is not included).
%h is replaced by the block height (-1 if not included).