From 123681d2f1515c6efb4dc5c8cd3438f7182923d7 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 23 Oct 2023 10:36:20 +0200 Subject: [PATCH] rpcserver: fix linter complaint --- rpcserver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index 5624d27d5..91e8ad991 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -2342,7 +2342,6 @@ func marshalMintingBatch(batch *tapgarden.MintingBatch, } else { rpcsLog.Errorf("unable to extract batch tx: %v", err) } - } // If we don't need to include the seedlings, we can return here.