Skip to content

Commit a3db338

Browse files
committed
Fixing fuzz_4
1 parent a6b0aab commit a3db338

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);
294294
}
295295
}
296296
}

0 commit comments

Comments
 (0)