aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-09-28 20:44:25 +0200
committerMarcoFalke <[email protected]>2020-09-28 20:44:33 +0200
commit2552702000744ab2c396f1270468fc173d4e8dce (patch)
tree28c9b1275406d9e5dbc706d8ddea58b09262dc18 /doc
parentMerge #20016: uint256: 1 is a constant (diff)
parentfeature: Added ability for users to add a startup command (diff)
downloaddiscoin-2552702000744ab2c396f1270468fc173d4e8dce.tar.xz
discoin-2552702000744ab2c396f1270468fc173d4e8dce.zip
Merge #15367: feature: Added ability for users to add a startup command
090530cc24054d6b4658752bb88f75a3b73eab5d feature: Added ability for users to add a startup command (Ben Carman) Pull request description: Thoughts for adding the feature is for users to be able to add things like electrum-personal-server or lnd to run whenever Bitcoin Core is running. Open to feedback about the feature. ACKs for top commit: MarcoFalke: re-ACK 090530cc24 dongcarl: tACK 090530c Tree-SHA512: ba514d2fc8b4fb12b781c1a9c89845a25fce0b80ba7c907761cde4abb81edd03fa643682edc895986dc20b273ac3b95769508806db7fbd99ec28623f85c41e67
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15367.md6
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