Skip to content

Commit

Permalink
Merge pull request #28 from aaronbarnardsound/release/0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
lnbc1QWFyb24 authored Mar 31, 2023
2 parents 898ddf5 + ae40302 commit a3d4cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lnmessage",
"version": "0.2.0",
"version": "0.2.1",
"description": "Talk to Lightning nodes from your browser",
"main": "dist/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class LnMessage {
}

this._log('info', `Initiating connection to node ${this.remoteNodePublicKey}`)
this._messageBuffer = new BufferReader(Buffer.from(''))
this.connecting = true
this.connectionStatus$.next('connecting')
this._attemptReconnect = attemptReconnect
Expand Down

0 comments on commit a3d4cb5

Please sign in to comment.