Skip to content

Commit

Permalink
code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 22, 2024
1 parent ca5cc03 commit 62b26a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public void handle(final RoutingContext context) {
}

// TODO: Generate actual signature. This involves custom domain and zzs classes
final ProxyKeyMessage proxyKeyMessage = new ProxyKeyMessage(identifier, artifactSigner.getIdentifier());
final ProxyKeyMessage proxyKeyMessage =
new ProxyKeyMessage(identifier, artifactSigner.getIdentifier());
final String signature = ""; // need tree-hash-root of ProxyKeyMessage

final GenerateProxyKeyResponse generateProxyKeyResponse =
Expand Down

0 comments on commit 62b26a9

Please sign in to comment.