JoshOrndorff / recipes

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

Fixes insertion into keystore when running ocw #346

Closed JoshOrndorff closed 4 years ago

JoshOrndorff commented 4 years ago

Closes #345

This PR fixes the conditionally-compiled code that inserta eys into the keystore when running the ocw runtime.

This code was not updated to rc5 because it is conditionally compiled and was not tested in CI.

@jimmychu0807 is this code even really necessary? Or can we just add instructions telling users to run with --alice?

jimmychu0807 commented 4 years ago

Let me verify if we can just run with --alice on the ocw recipe. Will get back.

wheresaddie commented 4 years ago

worked for me, lmk if you had an bugs @jimmychu0807