blob: f2bd870ac44ec382035d15e5605dc41c735f6710 (
plain)
1
2
3
4
5
6
7
8
|
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
|