stateroot: drop unused function

This commit is contained in:
Roman Khimov 2021-03-26 22:34:21 +03:00
parent 042aef452d
commit 1fdd406234

View file

@ -33,12 +33,6 @@ type (
}
)
func newIncompleteRoot() *incompleteRoot {
return &incompleteRoot{
sigs: make(map[string]*rootSig),
}
}
func (r *incompleteRoot) reverify(net netmode.Magic) {
for _, sig := range r.sigs {
if !sig.ok {