@harmoniclabs/buildooor 0.1.7 → 0.1.8
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.
|
@@ -492,7 +492,7 @@ var TxBuilder = /** @class */ (function () {
|
|
|
492
492
|
var successExec = isV2OrLess ?
|
|
493
493
|
!(result instanceof uplc_1.ErrorUPLC) :
|
|
494
494
|
( // v3 requires to return unit
|
|
495
|
-
result instanceof
|
|
495
|
+
result instanceof plutus_machine_1.CEKConst
|
|
496
496
|
&& Array.isArray(result.type)
|
|
497
497
|
&& result.type.length === 1
|
|
498
498
|
&& result.type[0] === uplc_1.ConstTyTag.unit
|
|
@@ -527,7 +527,7 @@ var TxBuilder = /** @class */ (function () {
|
|
|
527
527
|
var successExec = isV2OrLess ?
|
|
528
528
|
!(result instanceof uplc_1.ErrorUPLC) :
|
|
529
529
|
( // v3 requires to return unit
|
|
530
|
-
result instanceof
|
|
530
|
+
result instanceof plutus_machine_1.CEKConst
|
|
531
531
|
&& Array.isArray(result.type)
|
|
532
532
|
&& result.type.length === 1
|
|
533
533
|
&& result.type[0] === uplc_1.ConstTyTag.unit
|