From a9c1618ebfffc569d4b1b8efb9eb93e3f92cc05f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 7 Nov 2024 11:10:52 +0800 Subject: [PATCH] x - delete - increase shutdown log line size check --- lntest/node/harness_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lntest/node/harness_node.go b/lntest/node/harness_node.go index 625a6318a7..afc4abf16c 100644 --- a/lntest/node/harness_node.go +++ b/lntest/node/harness_node.go @@ -1013,7 +1013,7 @@ func assertNodeShutdown(filename string) error { // TODO(yy): fix the shutdown process and remove this workaround by // refactoring the lnd to use only one rpcclient, which requires quite // some work on the btcwallet front. - const linesSize = 1000 + const linesSize = 2000 buf := make([]byte, linesSize) stat, statErr := file.Stat()