We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b6901 commit a942927Copy full SHA for a942927
src/payment/unified.rs
@@ -337,7 +337,6 @@ impl UnifiedPayment {
337
/// Sets a test offer to be used in the `send` method when the `hrn_tests` config flag is enabled.
338
/// This is necessary to test sending Bolt12 payments via the unified payment handler in HRN tests,
339
/// as we cannot rely on the offer being present in the parsed URI.
340
- #[uniffi::export]
341
#[cfg(hrn_tests)]
342
pub fn set_test_offer(&self, offer: Offer) {
343
let mut guard = self.test_offer.lock().unwrap();
0 commit comments