mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-05 10:17:30 -05:00
9 lines
282 B
Markdown
9 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
|