Merge pull request #3321 from valentinewallace/2024-09-fix-main

Fix silent rebase conflict that broke tests
This commit is contained in:
Matt Corallo 2024-09-17 21:45:30 +00:00 committed by GitHub
commit ca27a85492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]);