aeternity / aesophia

Stand alone compiler for the Sophia smart contract language
https://docs.aeternity.com/aesophia
ISC License
51 stars 19 forks source link

Error creating ACI from an Interface #470

Open thepiwo opened 1 year ago

thepiwo commented 1 year ago

e.g. using the cli aesophia_cli --no_code --create_json_aci, but also aesophia_http I receive the error Unbound type ... trying to create ACI from a contract interface that references a remote contract.

A workaround found is using main contract instead for this single action.