Skip to content

Commit

Permalink
x - delete - increase shutdown log line size check
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 20, 2024
1 parent 4af6f96 commit 19f7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lntest/node/harness_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,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()
Expand Down

0 comments on commit 19f7767

Please sign in to comment.