I have an old Daml Script that uses submitMulti. However, the newer compiler (e.g., 3.4.9) is telling me:
warning:
In the use of ‘submitMulti’
(imported from Daml.Script, but defined in Daml.Script.Internal.Questions.Submit):
Deprecated: "Legacy API, use `submit`, `actAs` and `readAs` separately"
How do I fix this?