removed unnecessary comments

This commit is contained in:
philip-morlier 2023-04-28 12:09:04 -07:00
parent 86b30777b8
commit 6e8c38b994

View File

@ -98,7 +98,6 @@ func PluginPostProcessBlock(pl *plugins.PluginLoader, block *types.Block) {
_, ok := item.(func(core.Hash))
return ok
})
log.Error("inside post pppp()))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))")
for _, fni := range fnList {
if fn, ok := fni.(func(core.Hash)); ok {
fn(core.Hash(block.Hash()))