@magmaprotocol/magma-clmm-sdk 0.5.72 → 0.5.73

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/dist/index.js CHANGED
@@ -6943,9 +6943,7 @@ var RewarderModule = class {
6943
6943
  tx = this.createCollectRewarderNoSendPaylod(item, tx, primaryCoinInputs);
6944
6944
  });
6945
6945
  coinIdMaps.forEach((item) => {
6946
- if (item.coin.isMintZeroCoin) {
6947
- TransactionUtil.buildTransferCoin(this._sdk, tx, item.coin.targetCoin, item.coin_addr, this._sdk.senderAddress);
6948
- }
6946
+ TransactionUtil.buildTransferCoin(this._sdk, tx, item.coin.targetCoin, item.coin_addr, this._sdk.senderAddress);
6949
6947
  });
6950
6948
  return tx;
6951
6949
  }