Skip to content

Commit

Permalink
updated params source
Browse files Browse the repository at this point in the history
  • Loading branch information
interbiznw committed Oct 7, 2019
1 parent 8912d70 commit 6472895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Util {
public final static String VERIFYING_KEY_FILE = "sprout-verifying.key";
public final static String PROVING_KEY_FILE = "sprout-proving.key";
public final static String VERIFYING_KEY_FILE_SOURCE = "keys/sprout-verifying.key";
public static final String PROVING_KEY_PATH_URL = "https://storage.googleapis.com/btcp-sprout-key/sprout-proving.key";
public static final String PROVING_KEY_PATH_URL = "https://params.btcprivate.org/sprout-proving.key";
public static final String PROVING_KEY_SHA256 = "8bc20a7f013b2b58970cddd2e7ea028975c88ae7ceb9259a5344a16bc2c0eef7";
public static final String LANGUAGE_FILE = "language";

Expand Down

0 comments on commit 6472895

Please sign in to comment.