diff options
| author | Ben Carman <[email protected]> | 2020-09-28 10:38:36 -0500 |
|---|---|---|
| committer | Ben Carman <[email protected]> | 2020-09-28 10:38:36 -0500 |
| commit | 090530cc24054d6b4658752bb88f75a3b73eab5d (patch) | |
| tree | c89f951712e3e27ab495b9f285ce0ccb63f6ea4f /doc | |
| parent | Merge #19778: test: Fix intermittent issue in wallet_bumpfee (diff) | |
| download | discoin-090530cc24054d6b4658752bb88f75a3b73eab5d.tar.xz discoin-090530cc24054d6b4658752bb88f75a3b73eab5d.zip | |
feature: Added ability for users to add a startup command
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes-15367.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-15367.md b/doc/release-notes-15367.md new file mode 100644 index 000000000..598e49dca --- /dev/null +++ b/doc/release-notes-15367.md @@ -0,0 +1,6 @@ +Configuration option changes +---------------------------- + +- The `startupnotify` option is used to specify a command to + execute when Bitcoin Core has finished with its startup + sequence. (#15367)
\ No newline at end of file |