@rango-dev/queue-manager-rango-preset 0.1.12-next.0 → 0.1.12-next.1

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.
@@ -2210,7 +2210,7 @@ function _checkTransactionStatus() {
2210
2210
  return _context.abrupt("return");
2211
2211
  case 17:
2212
2212
  outputAmount = ((_status = status) == null ? void 0 : _status.outputAmount) || (!!currentStep.outputAmount ? currentStep.outputAmount : null);
2213
- prevOutputAmount = currentStep.outputAmount;
2213
+ prevOutputAmount = currentStep.outputAmount || null;
2214
2214
  swap.extraMessage = ((_status2 = status) == null ? void 0 : _status2.extraMessage) || swap.extraMessage;
2215
2215
  swap.extraMessageSeverity = exports.MessageSeverity.info;
2216
2216
  swap.extraMessageDetail = '';