aeternity / aepp-calldata-js

Aeternity data serialization library
ISC License
3 stars 4 forks source link

Fix encoding of record with address #156

Closed davidyuk closed 2 years ago

davidyuk commented 2 years ago

closes #155

As I understand, recursive handling of records in InternalMapper results in record fields being converted twice, because CompositeDataFactory.create does recursive convertion as well.