Skip to content

Commit 87d5e5e

Browse files
committed
fix: use poiRawDatum inside partialOrderInfoToIn function instead
1 parent 0466e16 commit 87d5e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geniusyield-dex-api/src/GeniusYield/Api/Dex/PartialOrder.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ partialOrderInfoToIn a pocVersion pors oi@PartialOrderInfo {..} oa =
302302
gyTxInWitness =
303303
GYTxInWitnessScript
304304
(GYInReference porValRef $ validatorToScript $ partialOrderValidator a pocVersion porRefNft)
305-
(datumFromPlutusData $ partialOrderInfoToPartialOrderDatum oi)
305+
poiRawDatum
306306
$ redeemerFromPlutusData oa
307307
}
308308

0 commit comments

Comments
 (0)