Skip to content

Commit

Permalink
Fix compilation error by adding missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed May 22, 2024
1 parent af89891 commit a337cbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ private KeyPair createKeyPair(final String privateKey) {
return SECP256R1_SIGNATURE_ALGORITHM.createKeyPair(
SECP256R1_SIGNATURE_ALGORITHM.createPrivateKey(Bytes32.fromHexString(privateKey)));
}
}

0 comments on commit a337cbb

Please sign in to comment.