Skip to content

Commit

Permalink
fix: Default swap to use inline datum.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDaveB committed Apr 11, 2024
1 parent 8d4a7b2 commit 1cc0702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/sundaeswap-v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class SundaeSwapV3 extends BaseDex {
},
],
datum: datumBuilder.getCbor(),
isInlineDatum: false,
isInlineDatum: true,
spendUtxos: spendUtxos,
}
)
Expand Down

0 comments on commit 1cc0702

Please sign in to comment.