]> git.bitcoin.ninja Git - rust-lightning/commit
Fix silent rebase conflict that broke tests
authorValentine Wallace <vwallace@protonmail.com>
Tue, 17 Sep 2024 21:24:39 +0000 (17:24 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 17 Sep 2024 21:24:42 +0000 (17:24 -0400)
commit487d6a09a7e1acb581a2f4e1612281c19bde1d62
tree999775e015611964d63615cc34b20b4182f782a7
parent815d255aa8fc30a5869c74158a13bdd5b60bbb33
Fix silent rebase conflict that broke tests

429cbe1a060a5ee7abb421c65d2cf5e503909215 merged a PR that renamed
Offer::signing_pubkey to Offer::issuer_signing_pubkey. However, there was a
silent rebase conflict and a test added as part of
1059f5ffc55d3c21bf4d3ae82fe185f588a53116 did not get the memo and used the old
method name, breaking the test build.
lightning/src/ln/offers_tests.rs