@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.js CHANGED
@@ -11047,7 +11047,7 @@ var DlmmModule = class {
11047
11047
  let tx = new import_transactions12.Transaction();
11048
11048
  tx = await this.collectFees(params);
11049
11049
  if (params.rewards_token.length > 0) {
11050
- tx = await this.collectReward(params);
11050
+ tx = await this.collectReward(params, tx);
11051
11051
  }
11052
11052
  return tx;
11053
11053
  }