You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the init_fn only receives a &dyn Api, one cannot call api.addr_make using that.
Should we expose the actual ApiT to init_fn? Or is there a better way?
The text was updated successfully, but these errors were encountered:
This came up in a PR for the cw-template repo: CosmWasm/cw-template#158 (comment)
Because the
init_fn
only receives a&dyn Api
, one cannot callapi.addr_make
using that.Should we expose the actual
ApiT
toinit_fn
? Or is there a better way?The text was updated successfully, but these errors were encountered: