mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01: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
|