Skip to content

Commit ca27a85

Browse files
authored
Merge pull request #3321 from valentinewallace/2024-09-fix-main
Fix silent rebase conflict that broke tests
2 parents 815d255 + 487d6a0 commit ca27a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/offers_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ fn no_double_pay_with_stale_channelmanager() {
22872287
.clear_paths()
22882288
.amount_msats(amt_msat)
22892289
.build().unwrap();
2290-
assert_eq!(offer.signing_pubkey(), Some(bob_id));
2290+
assert_eq!(offer.issuer_signing_pubkey(), Some(bob_id));
22912291
assert!(offer.paths().is_empty());
22922292

22932293
let payment_id = PaymentId([1; 32]);

0 commit comments

Comments
 (0)