diff --git a/node/pkg/node/node.go b/node/pkg/node/node.go index 45b1677c6..6e994a0c6 100644 --- a/node/pkg/node/node.go +++ b/node/pkg/node/node.go @@ -165,6 +165,7 @@ func (g *G) Run(rootCtxCancel context.CancelFunc, options ...*GuardianOption) su if err := g.acct.Start(ctx); err != nil { logger.Fatal("acct: failed to start accountant", zap.Error(err)) } + defer g.acct.Close() } if g.gov != nil {