Skip to content

Commit

Permalink
bump bsv-wasm version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Jan 3, 2024
1 parent ba3d937 commit 87d9876
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 564 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sigma-protocol",
"version": "0.0.9",
"version": "0.0.10",
"description": "A secure signature protocol for Bitcoin transactions.",
"main": "dist/index.cjs",
"repository": "https://github.com/BitcoinSchema/sigma",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@types/jest": "^29.5.1",
"bsv-wasm": "^2.0.1"
"bsv-wasm": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down
1 change: 0 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as assert from "assert";
import { PrivateKey, Script, Transaction, TxIn, TxOut } from "bsv-wasm";
import { Sigma } from "./";


const mockAddress = "1ACLHVPVnB8AmLCyD5hPQtPCSCccjiUn7H";
const mockMessage =
"234900c2e071fe9a8cc2a41a6b40d03bb3dac1475162996500b77149ab66bfd4";
Expand Down
Loading

0 comments on commit 87d9876

Please sign in to comment.