We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of #243 (bounty)
kleros-interaction/contracts/standard/arbitration/MultipleArbitrableTransaction.sol
Lines 51 to 55 in 96b3417
Line 14 in 96b3417
kleros-interaction/contracts/standard/arbitration/IArbitrable.sol
Lines 20 to 24 in 96b3417
The text was updated successfully, but these errors were encountered:
What do we need to redefine?
Sorry, something went wrong.
I think quite the opposite.
I think there is a duplication.
Event is defined twice.
Both in the IArbitrable.sol and the re-redefined in MultipleArbitrableTransaction.sol
IArbitrable.sol
MultipleArbitrableTransaction.sol
Events are inherited: https://ethereum.stackexchange.com/questions/34666/are-events-not-inherited-in-solidity
Yeah, it is forgotten.
fix(multiple-arbitrable-*-transaction): #257
9706416
No branches or pull requests
Part of #243 (bounty)
kleros-interaction/contracts/standard/arbitration/MultipleArbitrableTransaction.sol
Lines 51 to 55 in 96b3417
kleros-interaction/contracts/standard/arbitration/MultipleArbitrableTransaction.sol
Line 14 in 96b3417
kleros-interaction/contracts/standard/arbitration/IArbitrable.sol
Lines 20 to 24 in 96b3417
The text was updated successfully, but these errors were encountered: