JoshOrndorff / recipes

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

Custom RPCs reference changing #447

Closed ashWhiteHat closed 3 years ago

ashWhiteHat commented 3 years ago

The Github code reference was different from the contents of this section so I changed the reference. Please confirm. Thank you!

JoshOrndorff commented 3 years ago

The file that you linked is certainly relevant. It defines the custom rpc trait. It is kind of like the core of the recipe.

But the file that was previously linked is also relevant. It is where the new RPC handler is installed in the node. I have no preference for which one goes in the link.

ashWhiteHat commented 3 years ago

Thank you for the review. I thought it may be mistaking but if it's not, I think it's okay. I just wanted to check. Thank you!