You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jaa2 I was thinking we could refactor the wouldverify function to call another function verifyOneRound on each block, better for readability of the code. the verifyOneRound will verify PoW and zk on each blocks[i]
@jaa2 I was thinking we could refactor the
wouldverifyfunction to call another functionverifyOneRoundon each block, better for readability of the code. the verifyOneRound will verify PoW and zk on each blocks[i]