diff --git a/cmd/v3tool/main.go b/cmd/v3tool/main.go index 1878ce17..e0a6b38b 100644 --- a/cmd/v3tool/main.go +++ b/cmd/v3tool/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 The Decred developers +// Copyright (c) 2022-2024 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. @@ -87,11 +87,6 @@ func run() int { Log: log, } - if err != nil { - log.Errorf("%v", err) - return 1 - } - // Get list of tickets tickets, err := walletRPC.getTickets(ctx) if err != nil {