Skip to content

Commit

Permalink
chore: bump version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jan 20, 2024
1 parent ece750f commit 0bd914f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-core",
"version": "2.0.1",
"version": "2.0.2",
"description": "Core library of Boltz",
"main": "dist/lib/Boltz.js",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions test/integration/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,8 @@ export const createSwapOutput = async <

const isBitcoin = confidential === undefined;

const { blocks } = await (isBitcoin
? bitcoinClient
: elementsClient
const { blocks } = await (
isBitcoin ? bitcoinClient : elementsClient
).getBlockchainInfo();

const timeout = timeoutBlockHeight || blocks + 1;
Expand Down

0 comments on commit 0bd914f

Please sign in to comment.