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