@pioneer-platform/mayachain-client 0.0.25 → 0.0.26

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -228,7 +228,7 @@ var get_quote = function (quote) {
228
228
  recipientAddress: quoteFromNode.inbound_address,
229
229
  amount: quote.sellAmount,
230
230
  token: quote.sellAsset.split(".")[1],
231
- memo: memo
231
+ memo: quoteFromNode.memo || memo
232
232
  }
233
233
  };
234
234
  output.txs = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/mayachain-client",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {