Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jberci committed Feb 12, 2020
1 parent 383dbe0 commit a7dee38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ func (u *upgradeManager) ConsensusUpgrade(privateCtx interface{}, currentEpoch e
}

func (u *upgradeManager) Close() {
u.flushDescriptor()
sc.logger.Info(fmt.Sprintf("on upgrade manager close, pending ugprade is %v", u.pending))
u.store.Close()
}

Expand Down

0 comments on commit a7dee38

Please sign in to comment.