Skip to content

Commit

Permalink
<fix>(perf): fix performanceBFS. (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Jun 15, 2023
1 parent e8bf5eb commit a78891a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static void main(String[] args) {
System.out.println("client is null");
return;
}
version = client.getChainVersion();
version = client.getChainCompatibilityVersion();

HelloWorld helloWorld =
HelloWorld.deploy(client, client.getCryptoSuite().getCryptoKeyPair());
Expand Down

0 comments on commit a78891a

Please sign in to comment.