mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-05 10:17:30 -05:00
08fc6f6cfc
The only new behavior is some error codes are changed from -4 to -6.
8 lines
282 B
Markdown
8 lines
282 B
Markdown
Low-level RPC Changes
|
|
---------------------
|
|
|
|
- To make RPC `sendtoaddress` more consistent with `sendmany` the following error
|
|
`sendtoaddress` codes were changed from `-4` to `-6`:
|
|
- Insufficient funds
|
|
- Fee estimation failed
|
|
- Transaction has too long of a mempool chain
|