Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Feb 13, 2025
1 parent 63fd06a commit 3a7aafd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export default class ValidatorScoreParametersHandler
}

if (!isMinChainParametersV3(chainParameters)) {
throw new Error('Connected node uses outdated protocol version. Expect protocol version that supports chain parameters V3.');
throw new Error(
'Connected node uses outdated protocol version. Expect protocol version that supports chain parameters V3.'
);
}

const sequenceNumber =
Expand Down

0 comments on commit 3a7aafd

Please sign in to comment.