In Substrate master (v2.0) doing this gives the error:
error[E0277]: the trait bound `Call: asset::sr_api_hidden_includes_decl_storage::hidden_include::IsSubType<srml_contracts::Module<Runtime>, Runtime>` is not satisfied
--> /substrate/runtime/src/lib.rs:332:6
|
332 | impl contracts::Trait for Runtime {
| ^^^^^^^^^^^^^^^^ the trait `asset::sr_api_hidden_includes_decl_storage::hidden_include::IsSubType<srml_contracts::Module<Runtime>, Runtime>` is not implemented for `Call`
|
= help: the following implementations were found:
<Call as asset::sr_api_hidden_includes_decl_storage::hidden_include::IsSubType<balances::Module<Runtime>, Runtime>>
and 26 others
error: aborting due to previous error
In Substrate master (v2.0) doing this gives the error: