Skip to content

Commit 3715b78

Browse files
author
hurstelm
committed
fix(arbitration): bug resolution
1 parent 1c7cc28 commit 3715b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/KlerosCoreBase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ abstract contract KlerosCoreBase is IArbitratorV2, Initializable, UUPSProxiable
210210
pinakion = _pinakion;
211211
jurorProsecutionModule = _jurorProsecutionModule;
212212
sortitionModule = _sortitionModuleAddress;
213-
_wNative = wNative;
213+
wNative = _wNative;
214214

215215
// NULL_DISPUTE_KIT: an empty element at index 0 to indicate when a dispute kit is not supported.
216216
disputeKits.push();

0 commit comments

Comments
 (0)