Scoru: fix refutation game bug
In proof_repr.verify_proof, you can claim that the input_given is None if the inbox_proof is not de-serializable.
The source of truth is proof.input_given which is also provided by the player, but we still trust in the code. That's really bad.