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
/// @notice Dispute kit implementation adapted from DisputeKitClassic
18
-
/// - a drawing system: proportional to staked PNK among the jurors holding a `accreditedLawyerToken` or a `accreditedConsumerProtectionLawyerToken`
18
+
/// - a drawing system: proportional to staked PNK among the jurors holding a `accreditedProfessionalToken` or a `accreditedConsumerProtectionLawyerToken`
19
19
/// and at least one of the drawn jurors is holding a `accreditedConsumerProtectionLawyerToken`,
20
20
/// - a vote aggregation system: plurality,
21
21
/// - an incentive system: equal split between coherent votes,
@@ -27,7 +27,7 @@ contract DisputeKitGatedArgentinaConsumerProtection is DisputeKitClassicBase {
27
27
// * Storage * //
28
28
// ************************************* //
29
29
30
-
addresspublicaccreditedLawyerToken; // The address of the accredited lawyer token.
30
+
addresspublicaccreditedProfessionalToken; // The address of the accredited professional token.
31
31
addresspublic accreditedConsumerProtectionLawyerToken; // The address of the accredited consumer protection lawyer token.
32
32
mapping(uint256 localDisputeID =>mapping(uint256 localRoundID =>bool)) public drawnConsumerProtectionLawyer; // Maps the local dispute and round ID to the boolean indicating if the consumer protection lawyer was drawn.
33
33
@@ -44,17 +44,17 @@ contract DisputeKitGatedArgentinaConsumerProtection is DisputeKitClassicBase {
44
44
/// @param _owner The owner's address.
45
45
/// @param _core The KlerosCore arbitrator.
46
46
/// @param _wNative The wrapped native token address, typically wETH.
47
-
/// @param _accreditedLawyerToken The address of the accredited lawyer token.
47
+
/// @param _accreditedProfessionalToken The address of the accredited professional token.
48
48
/// @param _accreditedConsumerProtectionLawyerToken The address of the accredited consumer protection lawyer token.
0 commit comments