JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mbouzas opened this issue · comments

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