Skip to content

Commit

Permalink
fix: sign transaction crash
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Mar 15, 2024
1 parent 01bef42 commit b5ae839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public String sign(String data, SignAlgo algo, int saltLen) {
return null;
}
RCC rcc = new RCC();
String command = composeCommand(data, algo, saltLen, null);
String command = composeCommand(data, algo, saltLen, "");

Log.e("Rust Signer:", command);

Expand Down

0 comments on commit b5ae839

Please sign in to comment.