capitalisk-dex 18.0.1 → 18.0.2

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.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -832,6 +832,13 @@ module.exports = class CapitaliskDEXModule {
832
832
  break;
833
833
  }
834
834
  this.pendingTransfers.delete(txnId);
835
+ this.logger.error(
836
+ `Outbound multisig transaction ${
837
+ txnId
838
+ } expired before it could be processed by the ${
839
+ transfer.targetChain
840
+ } blockchain`
841
+ );
835
842
  }
836
843
  }
837
844
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capitalisk-dex",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "description": "Decentralized exchange module.",
5
5
  "main": "index.js",
6
6
  "scripts": {