Skip to content

Commit 5966c89

Browse files
committed
fixup! Add end-to-end test for HRN resolution
1 parent 440af9b commit 5966c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/unified.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ impl UnifiedPayment {
272272
PaymentMethod::LightningBolt12(_offer) => {
273273
#[cfg(not(hrn_tests))]
274274
let offer = maybe_wrap(_offer.clone());
275-
275+
276276
#[cfg(hrn_tests)]
277277
let offer = {
278278
let guard = self.test_offer.lock().unwrap();

0 commit comments

Comments
 (0)