From acd94224599b75c2557efa2fab4ff142214d96fd Mon Sep 17 00:00:00 2001 From: tangcong Date: Tue, 3 Mar 2020 17:38:37 +0800 Subject: [PATCH] auth: cleanup saveConsistentIndex in NewAuthStore --- auth/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/store.go b/auth/store.go index 44b04de06..a3c46b188 100644 --- a/auth/store.go +++ b/auth/store.go @@ -968,7 +968,6 @@ func NewAuthStore(be backend.Backend, tp TokenProvider) *authStore { if as.Revision() == 0 { as.commitRevision(tx) - as.saveConsistentIndex(tx) } as.setupMetricsReporter()