Skip to content

Commit a6b0aab

Browse files
committed
Fixing fuzz_3
1 parent c0e9bd4 commit a6b0aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/src/full_stack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl<'a> MoneyLossDetector<'a> {
235235
height: 0,
236236
max_height: 0,
237237
blocks_connected: 0,
238-
error_message: "Channel force-closed",
238+
error_message: "Channel force-closed".to_string(),
239239
}
240240
}
241241

0 commit comments

Comments
 (0)