daml/daml-lf/scenario-interpreter
Moritz Kiefer 255832cefc
Fix failed contract lookups in scenario runner (#7190)
lookupContract catches the exception which results in us continuing
and eventually running into a null-pointer exception.

This is another reason why we should enable the NonUnitStatements wart
but I’ll leave that for a separate PR (last I tried the scenario
service resulted in a ton of false positives).

fixes #7185

changelog_begin
changelog_end
2020-08-20 09:49:03 +02:00
..
src Fix failed contract lookups in scenario runner (#7190) 2020-08-20 09:49:03 +02:00
BUILD.bazel Scenarios: simplify getScenarioLedger method. (#7125) 2020-08-13 16:41:46 +02:00