thehubbleproject / contracts

Smart contracts for OPRHub protocol ✌🏻
12 stars 10 forks source link

Dispute function is working as expected. #60

Closed thrilok209 closed 4 years ago

thrilok209 commented 4 years ago

Dispute function has 3 minor bugs.

1) Length is not assigned for bytes[] memory txs for compressing the given txs. 2) Checking tx root with submitted tx root from given txs is reverting even if it's true. 3) SlashAndRollback() is reverting always.

vaibhavchellani commented 4 years ago

Good find!