Code to reproduce CNFE when a custom serializer is not found in transaction's attachment
Steps to reproduce:
- Run nodes:
./gradlew :workflows-kotlin:dN
and./workflows-kotlin/build/nodes/runnodes
- Run webserver for PartyA:
./gradlew runPartyAServer
- From PartyA webserver issue an IOU to any other party
- Exception should be thrown in
ExampleFlow
ontxBuilder.verify(serviceHub)