Skip to main content

force_rescan_tx_pool

Force wallet to fetch tx pool from daemon and go through it's transactions

URL: http:://127.0.0.1:11211/json_rpc

Request:

{
"id": 0,
"jsonrpc": "2.0",
"method": "force_rescan_tx_pool",
"params": {
}
}

Request description:


Response:

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"status": "OK"
}
}

Response description:

    "status": Operation status

Auto-doc built with: 2.1.6.402[ef0a47c]