instead of having all the logic in submitProcedure(), split in registerNonce() + submitProcedure().
In this case we can avoid calling the coprocessor twice and having a clean submit logic knowing that there will only be one submission.
- links to
instead of having all the logic in submitProcedure(), split in registerNonce() + submitProcedure().
In this case we can avoid calling the coprocessor twice and having a clean submit logic knowing that there will only be one submission.