Skip to content

Commit 0832109

Browse files
committed
fix
1 parent 0513d7c commit 0832109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/canton/community/ledger/ledger-api-core/src/main/scala/com/digitalasset/canton/platform/apiserver/execution/StoreBackedCommandInterpreter.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import com.digitalasset.daml.lf.transaction.{
4040
SubmittedTransaction,
4141
Transaction,
4242
}
43+
import com.digitalasset.daml.lf.value.ContractIdVersion
4344
import scalaz.syntax.tag.*
4445

4546
import java.util.concurrent.TimeUnit
@@ -213,6 +214,7 @@ final class StoreBackedCommandInterpreter(
213214
submissionSeed = submissionSeed,
214215
prefetchKeys = commands.prefetchKeys,
215216
engineLogger = config.toEngineLogger(loggerFactory.append("phase", "submission")),
217+
contractIdVersion = ContractIdVersion.V1,
216218
)
217219
})),
218220
)

0 commit comments

Comments
 (0)