Delete release notes fragments

This commit is contained in:
Luke Dashjr 2023-11-15 23:49:11 +00:00
parent c5c82e96e5
commit 407a2d32ac
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +0,0 @@
Configuration
---
- `bitcoind` and `bitcoin-qt` will now raise an error on startup if a datadir that is being used contains a bitcoin.conf file that will be ignored, which can happen when a datadir= line is used in a bitcoin.conf file. The error message is just a diagnostic intended to prevent accidental misconfiguration, and it can be disabled to restore the previous behavior of using the datadir while ignoring the bitcoin.conf contained in it.

View File

@ -1,3 +0,0 @@
- A new `getprioritisedtransactions` RPC has been added. It returns a map of all fee deltas created by the
user with prioritisetransaction, indexed by txid. The map also indicates whether each transaction is
present in the mempool.