Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Oct 10, 2024
1 parent e357044 commit 8067bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bip/poc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export const NETWORK = {

};

export const pubKeyHash = {
0x6f: "bc",
0x00: "tb",
0x05: "bcrt",
};
export const Secp256k1Interface = new TinySecp256k1Interface();

export const TinySecp256k1Interface = Secp256k1Interface;
Expand Down

0 comments on commit 8067bee

Please sign in to comment.