Merge pull request #1009 from ariard/2021-07-add-forward-dust-limit
[rust-lightning] / fuzz / src / chanmon_consistency.rs
index ef9ce82d0e28803aff4d0080f3c7491e2f2a8b7d..4ce0df09286bf76351c74391477f19980de96d78 100644 (file)
@@ -247,6 +247,7 @@ fn check_api_err(api_err: APIError) {
                                _ if err.starts_with("Cannot send value that would put counterparty balance under holder-announced channel reserve value") => {},
                                _ if err.starts_with("Cannot send value that would overdraw remaining funds.") => {},
                                _ if err.starts_with("Cannot send value that would not leave enough to pay for fees.") => {},
+                               _ if err.starts_with("Cannot send value that would put our exposure to dust HTLCs at") => {},
                                _ => panic!("{}", err),
                        }
                },