balanceofsatoshis 11.53.3 → 11.53.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 11.53.3
3
+ ## 11.53.4
4
4
 
5
5
  - `change-channel-capacity`: Fix ExpectedEcpairObjectToUpdatePsbt error
6
6
 
package/package.json CHANGED
@@ -81,5 +81,5 @@
81
81
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
82
82
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/tags/*.js test/telegram/*.js test/wallets/*.js"
83
83
  },
84
- "version": "11.53.3"
84
+ "version": "11.53.4"
85
85
  }
@@ -124,7 +124,7 @@ module.exports = (args, cbk) => {
124
124
  },
125
125
  err => {
126
126
  if (!!err) {
127
- return cbk(err);
127
+ args.logger.error({post_nodes_offline_error: err});
128
128
  }
129
129
 
130
130
  return setTimeout(cbk, restartDelayMs);