Skip to content

Commit a942927

Browse files
committed
fixup! Add end-to-end test for HRN resolution
1 parent c4b6901 commit a942927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/payment/unified.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ impl UnifiedPayment {
337337
/// Sets a test offer to be used in the `send` method when the `hrn_tests` config flag is enabled.
338338
/// This is necessary to test sending Bolt12 payments via the unified payment handler in HRN tests,
339339
/// as we cannot rely on the offer being present in the parsed URI.
340-
#[uniffi::export]
341340
#[cfg(hrn_tests)]
342341
pub fn set_test_offer(&self, offer: Offer) {
343342
let mut guard = self.test_offer.lock().unwrap();

0 commit comments

Comments
 (0)