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
Using m1 Mac: I following the next error compiling kitchen-node: error[E0433]: failed to resolve: could not find
ocw_demo
inruntime
--> nodes/kitchen-node/src/service.rs:114:14 | 114 | runtime::ocw_demo::KEY_TYPE, | ^^^^^^^^ could not findocw_demo
inruntime
error: aborting due to previous error
For more information about this error, try
rustc --explain E0433
. error: could not compilekitchen-node