forked from cerc-io/plugeth
removed unnecessary comments
This commit is contained in:
parent
86b30777b8
commit
6e8c38b994
@ -98,7 +98,6 @@ func PluginPostProcessBlock(pl *plugins.PluginLoader, block *types.Block) {
|
|||||||
_, ok := item.(func(core.Hash))
|
_, ok := item.(func(core.Hash))
|
||||||
return ok
|
return ok
|
||||||
})
|
})
|
||||||
log.Error("inside post pppp()))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))")
|
|
||||||
for _, fni := range fnList {
|
for _, fni := range fnList {
|
||||||
if fn, ok := fni.(func(core.Hash)); ok {
|
if fn, ok := fni.(func(core.Hash)); ok {
|
||||||
fn(core.Hash(block.Hash()))
|
fn(core.Hash(block.Hash()))
|
||||||
|
Loading…
Reference in New Issue
Block a user