Skip to content

Commit 925d737

Browse files
committed
Fixing fuzz_5
1 parent a3db338 commit 925d737

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
@@ -290,7 +290,7 @@ impl<'a> Drop for MoneyLossDetector<'a> {
290290
}
291291

292292
// Force all channels onto the chain (and time out claim txn)
293-
self.manager.force_close_all_channels_broadcasting_latest_txn(&self.error_message);
293+
self.manager.force_close_all_channels_broadcasting_latest_txn(self.error_message.to_string());
294294
}
295295
}
296296
}

0 commit comments

Comments
 (0)