JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
379 stars 187 forks source link

error[E0433]: failed to resolve: could not find `ocw_demo` in `runtime` #462

Closed mbouzas closed 3 years ago

mbouzas commented 3 years ago

Using m1 Mac: I following the next error compiling kitchen-node: error[E0433]: failed to resolve: could not find ocw_demo in runtime --> nodes/kitchen-node/src/service.rs:114:14 | 114 | runtime::ocw_demo::KEY_TYPE, | ^^^^^^^^ could not find ocw_demo in runtime

error: aborting due to previous error

For more information about this error, try rustc --explain E0433. error: could not compile kitchen-node