Oh I see what the issue is:
daml> query @Paint.PaintHouse p
works fine and prints out the contratcs.
daml> cs <- query @Paint.PaintHouse p
daml> cs
fails.
That’s definitely a bug, we’ll look into it and get back to you when it’s fixed.
Oh I see what the issue is:
daml> query @Paint.PaintHouse p
works fine and prints out the contratcs.
daml> cs <- query @Paint.PaintHouse p
daml> cs
fails.
That’s definitely a bug, we’ll look into it and get back to you when it’s fixed.