Skip to content

Commit

Permalink
fix: Document provider notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed May 18, 2023
1 parent b54597b commit 4515ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions languages/markdown/templates/methods/rpc-only.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### ${method.name}

*This is an private RPC method.*

${method.summary}

${method.params}
Expand Down
2 changes: 0 additions & 2 deletions src/macrofier/engine.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,6 @@ function generateExamples(json = {}, mainTemplates = {}, languages = {}) {
function generateMethods(json = {}, examples = {}, templates = {}) {
const methods = compose(
option([]),
// map(filter(not(isRPCOnlyMethod))),
map(filter(not(isProviderInterfaceMethod))),
getMethods
)(json)

Expand Down

0 comments on commit 4515ff0

Please sign in to comment.