setflakyproof "proofid" flaky Add or remove a proofid from the flaky list. This means that an additional staking reward winner will be accepted if this proof is the selected one. Arguments: 1. proofid (string, required) The avalanche proof id. 2. flaky (boolean, required) Whether to add (true) or remove (false) the proof from the flaky list Result: true|false (boolean) Whether the addition/removal is successful. Examples: > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "setflakyproof", "params": ["<proofid>" true]}' -H 'content-type: text/plain;' http://127.0.0.1:8332/