mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-05 21:27:33 +02:00
doc: add release notes
This commit is contained in:
10
doc/release-notes-29060.md
Normal file
10
doc/release-notes-29060.md
Normal file
@@ -0,0 +1,10 @@
|
||||
- Logging and RPC
|
||||
|
||||
- Bitcoin Core now reports a debug message explaining why transaction inputs are non-standard.
|
||||
|
||||
- This information is now returned in the responses of the transaction-sending RPCs `submitpackage`,
|
||||
`sendrawtransaction`, and `testmempoolaccept`, and is also logged to `debug.log` (if `mempoolrej`
|
||||
+ debug category is enabled) when such transactions are received over the P2P network.
|
||||
|
||||
- This does not change the existing error code `bad-txns-nonstandard-inputs`, but instead adds additional debug information to it.
|
||||
|
||||
Reference in New Issue
Block a user