add execution metrics to the chain node views

This commit is contained in:
vyzo 2023-03-27 20:56:07 +03:00 committed by Maciej Witowski
parent 396ee4ff3d
commit a71130be9b

View File

@ -742,6 +742,8 @@ var ChainNodeViews = append([]*view.View{
VMApplyFlushView,
VMSendsView,
VMAppliedView,
VMExecutionWaitingView,
VMExecutionRunningView,
}, DefaultViews...)
var MinerNodeViews = append([]*view.View{