Skip to content

Commit

Permalink
Merge pull request #3321 from valentinewallace/2024-09-fix-main
Browse files Browse the repository at this point in the history
Fix silent rebase conflict that broke tests
  • Loading branch information
TheBlueMatt committed Sep 17, 2024
2 parents 815d255 + 487d6a0 commit ca27a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/offers_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ fn no_double_pay_with_stale_channelmanager() {
.clear_paths()
.amount_msats(amt_msat)
.build().unwrap();
assert_eq!(offer.signing_pubkey(), Some(bob_id));
assert_eq!(offer.issuer_signing_pubkey(), Some(bob_id));
assert!(offer.paths().is_empty());

let payment_id = PaymentId([1; 32]);
Expand Down

0 comments on commit ca27a85

Please sign in to comment.