forked from cerc-io/plugeth
Removed unnecessary comments from trie/plugin_hooks.go
This commit is contained in:
parent
3527a74333
commit
34191cb50a
@ -46,23 +46,3 @@ func pluginPostTrieCommit(node common.Hash) {
|
|||||||
}
|
}
|
||||||
PluginPostTrieCommit(plugins.DefaultPluginLoader, node)
|
PluginPostTrieCommit(plugins.DefaultPluginLoader, node)
|
||||||
}
|
}
|
||||||
|
|
||||||
// func PluginGetRPCCalls(pl *plugins.PluginLoader, id, method, params string) {
|
|
||||||
// fnList := pl.Lookup("GetRPCCalls", func(item interface{}) bool {
|
|
||||||
// _, ok := item.(func(string, string, string))
|
|
||||||
// return ok
|
|
||||||
// })
|
|
||||||
// for _, fni := range fnList {
|
|
||||||
// if fn, ok := fni.(func(string, string, string)); ok {
|
|
||||||
// fn(id, method, params)
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// func pluginGetRPCCalls(id, method, params string) {
|
|
||||||
// if plugins.DefaultPluginLoader == nil {
|
|
||||||
// log.Warn("Attempting GerRPCCalls, but default PluginLoader has not been initialized")
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// PluginGetRPCCalls(plugins.DefaultPluginLoader, id, method, params)
|
|
||||||
// }
|
|
Loading…
Reference in New Issue
Block a user