x - delete - increase shutdown log line size check

This commit is contained in:
yyforyongyu 2024-11-07 11:10:52 +08:00
parent af2364a571
commit dd33d26901
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -1012,7 +1012,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()