You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning/src/offers/mod.rs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,10 @@ mod tests {
163
163
#[test]
164
164
fnencodes_offer_as_bech32_without_checksum(){
165
165
let encoded_offer = "lno1qcp4256ypqpq86q2pucnq42ngssx2an9wfujqerp0y2pqun4wd68jtn00fkxzcnn9ehhyec6qgqsz83qfwdpl28qqmc78ymlvhmxcsywdk5wrjnj36jryg488qwlrnzyjczlqsp9nyu4phcg6dqhlhzgxagfu7zh3d9re0sqp9ts2yfugvnnm9gxkcnnnkdpa084a6t520h5zhkxsdnghvpukvd43lastpwuh73k29qsy";
166
-
let offer = encoded_offer.parse::<OfferTlvStream>().unwrap();
167
-
assert_eq!(offer.to_string(), encoded_offer);
166
+
let offer = dbg!(encoded_offer.parse::<OfferTlvStream>().unwrap());
0 commit comments