@magmaprotocol/magma-clmm-sdk 0.5.88 → 0.5.89

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.mjs CHANGED
@@ -10834,7 +10834,7 @@ var DlmmModule = class {
10834
10834
  let tx = new Transaction12();
10835
10835
  tx = await this.collectFees(params);
10836
10836
  if (params.rewards_token.length > 0) {
10837
- tx = await this.collectReward(params);
10837
+ tx = await this.collectReward(params, tx);
10838
10838
  }
10839
10839
  return tx;
10840
10840
  }