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, VMApplyFlushView,
VMSendsView, VMSendsView,
VMAppliedView, VMAppliedView,
VMExecutionWaitingView,
VMExecutionRunningView,
}, DefaultViews...) }, DefaultViews...)
var MinerNodeViews = append([]*view.View{ var MinerNodeViews = append([]*view.View{