Open henriquebastos opened 7 months ago
I tried Transaction(fn=[Abstract.produce(), MyColor.produce(3)]) but I got an exception saying MyColor tokens were not produced.
Transaction(fn=[Abstract.produce(), MyColor.produce(3)])
Can you provide example code or test case that fails?
I tried
Transaction(fn=[Abstract.produce(), MyColor.produce(3)])
but I got an exception saying MyColor tokens were not produced.