Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Oct 11, 2024
1 parent 8f16a0b commit a965a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ func (node *Node) Stop(ctx context.Context) {

node.Wallet().WalletGateway.Close()

if err := node.f3.Stop(ctx); err != nil {
log.Warnf("error closing f3: %w", err)
}
// if err := node.f3.Stop(ctx); err != nil {
// log.Warnf("error closing f3: %w", err)
// }
}

// RunRPCAndWait start rpc server and listen to signal to exit
Expand Down

0 comments on commit a965a73

Please sign in to comment.