Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Release beta-v1.0.0.rc13
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Apr 2, 2024
1 parent c171814 commit 1e4354e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ See last development around Firebolt wallet

## Releases


### Beta - v1.0.0.rc13

**Highlights**

- Fixed dependencies

### Beta - v1.0.0.rc12

**Highlights**
Expand Down
2 changes: 1 addition & 1 deletion app/coinjoin/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function get_p2wsh_vbyte() {
return 5;
}

// Simulate Bitcoin blockchain interface
// Bitcoin blockchain interface
const blockchainInterface = {
jsonRpc: {
call: (method, params) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"FireBolt",
"version":"1.0.0-beta.rc12",
"version":"1.0.0-beta.rc13",
"license":"MIT",
"author": "AreaLayer",

Expand Down

0 comments on commit 1e4354e

Please sign in to comment.