mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Merge pull request #3321 from valentinewallace/2024-09-fix-main
Fix silent rebase conflict that broke tests
This commit is contained in:
commit
ca27a85492
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue