LayerZero-Labs/LayerZero-v2

Fix a typo

Closed this issue · 3 comments

enforcedOptions[0] = EnforcedOptionParam(eid, 1, hex"0003"); // not type 3
aOFT.setEnforcedOptions(enforcedOptions); // doesnt revert cus option type 3

not type 3 -> type 3

Can close this. File no longer available.

dexress feess

Fixed

enforcedOptions[0] = EnforcedOptionParam(eid, 1, hex"0003"); // IS type 3