Today, when a user deploy a contract with an abi_path, and then deploy a new contract without it, the method EthClient.Context.contract returns a map of functions related with the first contract deployed (the one who has an ABI).
We have to fix it to be consistent with actual contract functions
Today, when a user deploy a contract with an abi_path, and then deploy a new contract without it, the method
EthClient.Context.contract
returns a map of functions related with the first contract deployed (the one who has an ABI). We have to fix it to be consistent with actual contract functions