Skip to content

Commit

Permalink
fix: unlocking v1 positions fee padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Sep 27, 2024
1 parent 70f6ffb commit a37497f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ export class YieldFarmingBlaze
),
);

// Set fee padding to resolve miscalculated fees.
tx.setFeePadding(10000n);

return this.completeTx({
deposit: new AssetAmount(0n, ADA_METADATA),
tx,
Expand Down

0 comments on commit a37497f

Please sign in to comment.