repair

From Talleo Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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"}'