forked from TrueCloudLab/neoneo-go
stateroot: drop unused function
This commit is contained in:
parent
042aef452d
commit
1fdd406234
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue