Skip to content

Commit

Permalink
BPUB-805 convert bech32 bch address
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyhnal-generalbytes committed Dec 19, 2018
1 parent 761ed73 commit 8cd0474
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import java.util.Objects;

public class Bech32 {
public static final String SEPARATOR = ":";
public static final String MAIN_NET_PREFIX = "bitcoincash";
public static final String SEPARATOR = ":";
public static final String MAIN_NET_PREFIX = "bitcoincash";
public static final String CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l";

private static final BigInteger[] POLYMOD_GENERATORS = new BigInteger[] {
Expand Down

0 comments on commit 8cd0474

Please sign in to comment.