repair

From Talleo Wiki
Revision as of 07:27, 21 February 2023 by Mika (talk | contribs) (Create.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"}'