reconsideravalancheproof "proof"
Reconsider a known avalanche proof.
Arguments:
1. proof (string, required) The hex encoded avalanche proof.
Result:
true|false (boolean) Whether the proof has been successfully registered.
Examples:
> bitcoin-cli reconsideravalancheproof <proof hex>
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "reconsideravalancheproof", "params": [<proof hex>]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/