Commit 19d13569 authored by Matthew Slipper's avatar Matthew Slipper

Fix lint error

parent f7dbad02
...@@ -35,7 +35,8 @@ contract StateCommitmentChain is IStateCommitmentChain, Lib_AddressResolver { ...@@ -35,7 +35,8 @@ contract StateCommitmentChain is IStateCommitmentChain, Lib_AddressResolver {
/** /**
* @param _libAddressManager Address of the Address Manager. * @param _libAddressManager Address of the Address Manager.
* @param _fraudProofWindow Number of seconds until fraud proof is in the finalized state. * @param _fraudProofWindow Number of seconds until fraud proof is in the finalized state.
* @param _sequencerPublishWindow Number of seconds that the sequencer is exclusively allowed to post state roots. * @param _sequencerPublishWindow Number of seconds that the sequencer is exclusively allowed
* to post state roots.
*/ */
constructor( constructor(
address _libAddressManager, address _libAddressManager,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment