Skip to content

Commit

Permalink
Fix inline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sluder committed Dec 14, 2023
1 parent 8c35d9f commit dff0404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/spectrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export class Spectrum extends BaseDex {
},
],
datum: datumBuilder.getCbor(),
isInlineDatum: false,
isInlineDatum: true,
spendUtxos: spendUtxos,
}),
];
Expand Down

0 comments on commit dff0404

Please sign in to comment.