repair
Jump to navigation
Jump to search
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
none |
Output
Argument | Description | Format |
---|---|---|
none |
Description
- This method verifies integrity of wallet outputs and transactions.
- All cancelled and failed transactions will be marked as deleted.
Usage
This method requires no input parameters and returns nothing. Use save method after this method to commit any changes this method makes.
cURL
- curl -X POST http://127.0.0.1:33777/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "method": "repair", "password": "your_password", "params": {}, "id": "1"}'